Skip to content

Commit b5df97a

Browse files
committed
Remove default parameter
1 parent 7086f83 commit b5df97a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugin-build/modulegraph/src/main/kotlin/dev/iurysouza/modulegraph

plugin-build/modulegraph/src/main/kotlin/dev/iurysouza/modulegraph/Mermaid.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ internal data class GraphOptions(
4848
val linkText: LinkText,
4949
val theme: Theme,
5050
val orientation: Orientation,
51-
val focusedNodesRegex: Regex? = null,
51+
val focusedNodesRegex: Regex?,
5252
val showFullPath: Boolean,
5353
val setStyleByModuleType: Boolean,
5454
)

0 commit comments

Comments
 (0)