aboutsummaryrefslogtreecommitdiff
path: root/examples/scalastyle/src
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-04-04 19:05:52 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-04-04 19:07:39 -0400
commitfced15a610eaee443ae83be0cdb78975b1f19bbb (patch)
tree0b93fc663824a04ab360cbc61a52a3c414145fd4 /examples/scalastyle/src
parent340c7eaabe3c5c416c76bccca07756f52204488a (diff)
downloadcbt-fced15a610eaee443ae83be0cdb78975b1f19bbb.tar.gz
cbt-fced15a610eaee443ae83be0cdb78975b1f19bbb.tar.bz2
cbt-fced15a610eaee443ae83be0cdb78975b1f19bbb.zip
Cleanup Scalastyle plugin
Diffstat (limited to 'examples/scalastyle/src')
-rw-r--r--examples/scalastyle/src/Main.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/scalastyle/src/Main.scala b/examples/scalastyle/src/Main.scala
new file mode 100644
index 0000000..774ec2a
--- /dev/null
+++ b/examples/scalastyle/src/Main.scala
@@ -0,0 +1,5 @@
+object Main {
+ def main(args: Array[String]): Unit = {
+ // <- tab here
+ }
+}