diff --git a/voting-booth/src/main/java/meerkat/voting/output/AsyncRunnableOutputDevice.java b/voting-booth/src/main/java/meerkat/voting/output/AsyncRunnableOutputDevice.java index 2946d77..0052a2c 100644 --- a/voting-booth/src/main/java/meerkat/voting/output/AsyncRunnableOutputDevice.java +++ b/voting-booth/src/main/java/meerkat/voting/output/AsyncRunnableOutputDevice.java @@ -40,7 +40,7 @@ public abstract class AsyncRunnableOutputDevice implements BallotOutputDevice, R handleSingleCommand(command); } catch (InterruptedException e) { - logger.warn ("Interrupted while reading from command queue " + e); + logger.warn("Interrupted while reading from command queue " + e); } } }