Skip to content

Commit 3ff822f

Browse files
format
1 parent 249c58d commit 3ff822f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/io/shiftleft/js2cpg/preprocessing/TranspilationRunnerTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class TranspilationRunnerTest extends AnyWordSpec with Matchers {
142142
File(f._1).contentAsString
143143
.split("\n")
144144
.filterNot(_.trim == "\"use strict\";") // latest Babel uses strict checking
145-
.head // we ignore the sourcemap reference comment here
145+
.head // we ignore the sourcemap reference comment here
146146
.mkString
147147
.stripLineEnd
148148
)

0 commit comments

Comments
 (0)