Skip to content

Commit 3c3735b

Browse files
authored
dep: update scalafmt to 3.3.1 (#435)
1 parent 72c1755 commit 3c3735b

File tree

3 files changed

+3
-3
lines changed

3 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.0.4"
1+
version = "3.3.1"
22
project.git = true
33
runner.dialect = "scala213"
44
assumeStandardLibraryStripMargin = true

scalac-scoverage-plugin/src/main/scala/scoverage/plugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ class ScoverageInstrumentationComponent(
527527
/** Applications of methods with non trivial args means the args themselves
528528
* must also be instrumented
529529
*/
530-
//todo remove once scala merges into Apply proper
530+
// todo remove once scala merges into Apply proper
531531
case a: ApplyToImplicitArgs =>
532532
instrument(
533533
treeCopy.Apply(

scalac-scoverage-plugin/src/test/scala/scoverage/SerializerTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class SerializerTest extends AnyFunSuite with OneInstancePerTest {
6868
|def test : String
6969
|\f
7070
|""".stripMargin.replaceAll("(\r\n)|\n|\r", "\n")
71-
val writer = new StringWriter() //TODO-use UTF-8
71+
val writer = new StringWriter() // TODO-use UTF-8
7272
val actual = Serializer.serialize(coverage, writer)
7373
assert(expected === writer.toString)
7474
}

0 commit comments

Comments
 (0)