Skip to content

Commit 5a403eb

Browse files
committed
scalafmt
1 parent 4862721 commit 5a403eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-plugin/src/main/scala/ch/epfl/scala/AnalyzeDependencyGraph.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object AnalyzeDependencyGraph {
6161
state.log.error(s"Failed to download alerts: ${e.getMessage}")
6262
None
6363
}
64-
} yield analyzeCves(state, vulnerabilities)
64+
} yield analyzeCves(state, vulnerabilities)
6565
state
6666
}
6767

0 commit comments

Comments
 (0)