summaryrefslogtreecommitdiff
path: root/odcsim-core
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2018-10-31 00:03:25 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2019-05-13 20:26:05 +0200
commitce71a2ec7abadd4d82d89dfc1f7fd3f79076e37a (patch)
tree86e0f4cd465f0c009cf8031714d5351eee2df3e1 /odcsim-core
parent2bc0e9834a81738e3af24886d8daf7af490bcc59 (diff)
chore: Add linting via Ktlint
This change adds support for linting the code base using ktlint and the excellent ktlint-gradle plugin.
Diffstat (limited to 'odcsim-core')
-rw-r--r--odcsim-core/src/test/kotlin/com/atlarge/odcsim/ActorSystemTest.kt2
1 files changed, 0 insertions, 2 deletions
diff --git a/odcsim-core/src/test/kotlin/com/atlarge/odcsim/ActorSystemTest.kt b/odcsim-core/src/test/kotlin/com/atlarge/odcsim/ActorSystemTest.kt
index 879fe35a..73b060b9 100644
--- a/odcsim-core/src/test/kotlin/com/atlarge/odcsim/ActorSystemTest.kt
+++ b/odcsim-core/src/test/kotlin/com/atlarge/odcsim/ActorSystemTest.kt
@@ -154,7 +154,6 @@ abstract class ActorSystemTest {
}
}
-
@Nested
@DisplayName("Actor")
inner class Actor {
@@ -257,7 +256,6 @@ abstract class ActorSystemTest {
msg.send(Unit) // This actor should be stopped now and not receive the message anymore
Behavior.stopped()
}
-
}, name = "test")
system.run()