Skip to content
Snippets Groups Projects
Commit 6160a5f5 authored by akwizgran's avatar akwizgran
Browse files

Formatting.

parent 3ffb56bf
No related branches found
No related tags found
No related merge requests found
......@@ -348,8 +348,8 @@ public class RemovableDrivePluginTest extends TestCase {
oneOf(monitor).start(with(any(Callback.class)));
}});
RemovableDrivePlugin plugin = new RemovableDrivePlugin(new ImmediateExecutor(),
finder, monitor);
RemovableDrivePlugin plugin = new RemovableDrivePlugin(
new ImmediateExecutor(), finder, monitor);
plugin.start(null, null, null, callback);
File f = new File(testDir, "abcdefgh.dat");
......@@ -378,8 +378,8 @@ public class RemovableDrivePluginTest extends TestCase {
oneOf(callback).readerCreated(with(any(FileTransportReader.class)));
}});
RemovableDrivePlugin plugin = new RemovableDrivePlugin(new ImmediateExecutor(),
finder, monitor);
RemovableDrivePlugin plugin = new RemovableDrivePlugin(
new ImmediateExecutor(), finder, monitor);
plugin.start(null, null, null, callback);
File f = new File(testDir, "abcdefgh.dat");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment