Skip to content

Commit 122fd36

Browse files
Update scalafmt-core to 3.0.4 (#378)
* Update scalafmt-core to 3.0.4 * Reformat with scalafmt 3.0.4
1 parent 07d8dea commit 122fd36

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.3"
1+
version = "3.0.4"
22
project.git = true
33
runner.dialect = "scala213"
44
assumeStandardLibraryStripMargin = true
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
package coverage.sample
2-
3-
class ClassContainingHtml {
4-
def some_html = <div>HTML content</div>
5-
}
1+
package coverage.sample
2+
3+
class ClassContainingHtml {
4+
def some_html = <div>HTML content</div>
5+
}

0 commit comments

Comments
 (0)