File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
user/test/com/google/gwt/i18n/rebind Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ public void testCodeForIntIsGeneratedSameAsWithoutPartitions() throws TypeOracle
161161 expected .outdent ();
162162 expected .println ("}" );
163163
164- expected .println ("if(arg0.equals(\" intEntry\" )) {" );
164+ expected .println ("if (arg0.equals(\" intEntry\" )) {" );
165165 expected .indent ();
166166 expected .println ("int answer = intEntry();" );
167167 // Needed because the return template use '\n'
@@ -193,7 +193,7 @@ public void testCodeIsGeneratedSameAsWithoutPartitions() throws TypeOracleExcept
193193 expected .outdent ();
194194 expected .println ("}" );
195195
196- expected .println ("if(arg0.equals(\" lookupMethod1\" )) {" );
196+ expected .println ("if (arg0.equals(\" lookupMethod1\" )) {" );
197197 expected .indent ();
198198 expected .print ("String answer = lookupMethod1();" );
199199 expected .print ("\n " );
@@ -203,7 +203,7 @@ public void testCodeIsGeneratedSameAsWithoutPartitions() throws TypeOracleExcept
203203 expected .outdent ();
204204 expected .println ("}" );
205205
206- expected .println ("if(arg0.equals(\" lookupMethod2\" )) {" );
206+ expected .println ("if (arg0.equals(\" lookupMethod2\" )) {" );
207207 expected .indent ();
208208 expected .print ("String answer = lookupMethod2();" );
209209 expected .print ("\n " );
@@ -213,7 +213,7 @@ public void testCodeIsGeneratedSameAsWithoutPartitions() throws TypeOracleExcept
213213 expected .outdent ();
214214 expected .println ("}" );
215215
216- expected .println ("if(arg0.equals(\" lookupMethod3\" )) {" );
216+ expected .println ("if (arg0.equals(\" lookupMethod3\" )) {" );
217217 expected .indent ();
218218 expected .print ("String answer = lookupMethod3();" );
219219 expected .print ("\n " );
You can’t perform that action at this time.
0 commit comments