Skip to content

Commit 7b9b52c

Browse files
committed
make a language.postfixOps warning go away
1 parent 03bde36 commit 7b9b52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Unix.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ object Unix {
9292

9393
linuxPackageMappings in Debian += (packageMapping(
9494
(sourceDirectory.value / "debian" / "changelog") -> "/usr/share/doc/scala/changelog.gz"
95-
) withUser "root" withGroup "root" withPerms "0644" gzipped) asDocs()
95+
).withUser("root").withGroup("root").withPerms("0644").gzipped).asDocs()
9696

9797
)
9898
}

0 commit comments

Comments
 (0)