Skip to content

Commit 070364f

Browse files
authored
Merge pull request #34 from scala-steward/update/scalafmt-core-3.8.3
Update scalafmt-core to 3.8.3
2 parents 60f996a + 167bb02 commit 070364f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Scala Steward: Reformat with scalafmt 3.8.1
22
55d040e3478d6b8e83bc60bd669e7d8cfc729911
3+
4+
# Scala Steward: Reformat with scalafmt 3.8.3
5+
d2a278792e427865185eeb0a27b7671b8545341a

.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.8.3
22
runner.dialect = scala3
33

44
maxColumn = 120

modules/core/src/main/scala/quotidian/MacroMirror.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ object MacroMirror:
172172
val terms = elems.zipWithIndex.map((elem, i) => //
173173
elem.asType match
174174
case '[t] =>
175-
'{ $args(${ Expr(i) }).asInstanceOf[t] }.asTerm,
175+
'{ $args(${ Expr(i) }).asInstanceOf[t] }.asTerm
176176
)
177177
construct(terms)
178178

0 commit comments

Comments
 (0)