Skip to content

Commit c21bc2e

Browse files
committed
add some EOF newlines
1 parent fa47761 commit c21bc2e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ scalacOptions ++= Seq(
2727
"-unchecked"
2828
)
2929

30-
ScalariformSupport.formatSettings
30+
ScalariformSupport.formatSettings
31+

src/main/scala/net/virtualvoid/sbt/graph/DependencyGraphKeys.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ trait DependencyGraphKeys {
7474
private[graph] val crossProjectId = SettingKey[ModuleID]("dependency-graph-cross-project-id")
7575
}
7676

77-
object DependencyGraphKeys extends DependencyGraphKeys
77+
object DependencyGraphKeys extends DependencyGraphKeys
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
> check
1+
> check

0 commit comments

Comments
 (0)