Skip to content

Commit 4485416

Browse files
committed
upgrade scalafmt
1 parent 0c2d3b7 commit 4485416

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.8.1
1+
version = 3.9.6
22
runner.dialect = scala3
33
preset = IntelliJ
44
maxColumn = 120

domainClasses/src/main/generated/io/shiftleft/codepropertygraph/generated/Cpg.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ contains the entire local variable declaration without initialization, e.g., for
335335
@flatgraph.help.Doc(info = """A location node summarizes a source code location.""")
336336
def location: Iterator[nodes.Location] = wrappedCpg.graph._nodes(23).asInstanceOf[Iterator[nodes.Location]]
337337

338-
/** This node represents a type member of a class, struct or union, e.g., for the type declaration `class Foo{ int i ;
339-
* }`, it represents the declaration of the variable `i`.
338+
/** This node represents a type member of a class, struct or union, e.g., for the type declaration
339+
* `class Foo{ int i ; }`, it represents the declaration of the variable `i`.
340340
*/
341341
@flatgraph.help.Doc(info = """This node represents a type member of a class, struct or union, e.g., for the
342342
type declaration `class Foo{ int i ; }`, it represents the declaration of the

0 commit comments

Comments
 (0)