Skip to content

Commit

Permalink
Fix scalafmt
Browse files Browse the repository at this point in the history
 On branch main
 Your branch is up to date with 'origin/main'.

 Changes to be committed:
	modified:   tsumugi-server/src/test/scala/com/ssinchenko/DeequSuiteBuilderTest.scala
  • Loading branch information
SemyonSinchenko committed Aug 18, 2024
1 parent de47bd1 commit adb304b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ class DeequSuiteBuilderTest extends AnyFunSuiteLike with BeforeAndAfterAll {
)
protoSuiteBuilder.setFileSystemRepository(
proto.VerificationSuite.FileSystemRepository
.newBuilder().setPath("test-file.json")
.newBuilder()
.setPath("test-file.json")
)
protoSuiteBuilder.addAnomalyDetections(
proto.AnomalyDetection
Expand Down

0 comments on commit adb304b

Please sign in to comment.