aboutsummaryrefslogtreecommitdiff
path: root/flow-main/src/main/scala/com/github/jodersky/flow/exceptions.scala
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-05-24 14:00:52 +0200
committerJakob Odersky <jodersky@gmail.com>2015-05-24 15:53:33 +0200
commit5cc9c4d4377cd0225675d5996c5df5ddc993ab68 (patch)
tree6525720eb09ba7698cbe014ab25a77ee32c263c1 /flow-main/src/main/scala/com/github/jodersky/flow/exceptions.scala
parent0d73d35eff1e92deea7e78ed69d5ede7213ef3e9 (diff)
downloadakka-serial-5cc9c4d4377cd0225675d5996c5df5ddc993ab68.tar.gz
akka-serial-5cc9c4d4377cd0225675d5996c5df5ddc993ab68.tar.bz2
akka-serial-5cc9c4d4377cd0225675d5996c5df5ddc993ab68.zip
style uniformisation
Diffstat (limited to 'flow-main/src/main/scala/com/github/jodersky/flow/exceptions.scala')
-rw-r--r--flow-main/src/main/scala/com/github/jodersky/flow/exceptions.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/flow-main/src/main/scala/com/github/jodersky/flow/exceptions.scala b/flow-main/src/main/scala/com/github/jodersky/flow/exceptions.scala
index adefcea..ebc0e65 100644
--- a/flow-main/src/main/scala/com/github/jodersky/flow/exceptions.scala
+++ b/flow-main/src/main/scala/com/github/jodersky/flow/exceptions.scala
@@ -16,4 +16,4 @@ class InvalidSettingsException(message: String) extends Exception(message)
class PortInterruptedException(message: String) extends Exception(message)
/** The specified port has been closed. */
-class PortClosedException(message: String) extends Exception(message) \ No newline at end of file
+class PortClosedException(message: String) extends Exception(message)