diffs when running scalafmtAll (#155)
This commit is contained in:
parent
5d4437e94c
commit
8338bfed8b
4 changed files with 4 additions and 4 deletions
|
|
@ -288,7 +288,7 @@ class GraphUnzipWithSpec extends StreamSpec("""
|
|||
|
||||
RunnableGraph
|
||||
.fromGraph(GraphDSL.create() { implicit b =>
|
||||
val split22 = (a: (List[Int])) =>
|
||||
val split22 = (a: List[Int]) =>
|
||||
(
|
||||
a(0),
|
||||
a(0).toString,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue