(no commit message)
[utils] / system / general / src / test / java / org / wamblee / system / adapters / DefaultContainerTest.java
index e405b565a554635dffab74f988cb28dfe5e0f2f4..a3709c9553a1262a572c79e55325e200357573a1 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.system.adapters;
 
 import org.wamblee.system.core.Scope;
@@ -66,8 +66,8 @@ public class DefaultContainerTest extends AdapterTestCase {
 
         Scope scope = container.start();
         AssertionUtils.assertEquals(new String[] { "x1(hello)", "x4(x1)",
-            "x8.setX4(x4)" }, getEventTracker().getEvents(Thread.currentThread())
-            .toArray());
+            "x8.setX4(x4)" }, getEventTracker().getEvents(
+            Thread.currentThread()).toArray());
 
         Object obj1 = scope.getRuntime("x1");
         assertTrue(obj1 instanceof X1);