summaryrefslogtreecommitdiff
path: root/test/cuchaz/enigma/inputs/Keep.java
diff options
context:
space:
mode:
authorGravatar jeff2015-01-13 23:25:04 -0500
committerGravatar jeff2015-01-13 23:25:04 -0500
commit959cb5fd4f9586ec3bd265b452fe25fe1db82e3f (patch)
treebdd8a2c52c2fe053ba3460614bde8542e5378dbe /test/cuchaz/enigma/inputs/Keep.java
parentgot rid of gradle in favor of ivy+ssjb (diff)
downloadenigma-fork-959cb5fd4f9586ec3bd265b452fe25fe1db82e3f.tar.gz
enigma-fork-959cb5fd4f9586ec3bd265b452fe25fe1db82e3f.tar.xz
enigma-fork-959cb5fd4f9586ec3bd265b452fe25fe1db82e3f.zip
source format change
don't hate me too much if you were planning a big merge. =P
Diffstat (limited to 'test/cuchaz/enigma/inputs/Keep.java')
-rw-r--r--test/cuchaz/enigma/inputs/Keep.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/cuchaz/enigma/inputs/Keep.java b/test/cuchaz/enigma/inputs/Keep.java
index 3c12bae..390e82f 100644
--- a/test/cuchaz/enigma/inputs/Keep.java
+++ b/test/cuchaz/enigma/inputs/Keep.java
@@ -1,9 +1,7 @@
1package cuchaz.enigma.inputs; 1package cuchaz.enigma.inputs;
2 2
3public class Keep 3public class Keep {
4{ 4 public static void main(String[] args) {
5 public static void main( String[] args ) 5 System.out.println("Keep me!");
6 {
7 System.out.println( "Keep me!" );
8 } 6 }
9} 7}