aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortherealbush <therealbush@users.noreply.github.com>2022-03-30 23:06:06 -1000
committertherealbush <therealbush@users.noreply.github.com>2022-03-30 23:06:06 -1000
commit90c216a853af28b5298a52d9436f9f81995f3caf (patch)
tree3be57b90b1030cfa2b5ca824542a3166f59b6f38
parent0f5fdefed68d4d54f08d8e9fc9dc3a0e098f93a1 (diff)
downloadeventbus-kotlin-90c216a853af28b5298a52d9436f9f81995f3caf.tar.gz
eventbus-kotlin-90c216a853af28b5298a52d9436f9f81995f3caf.tar.bz2
eventbus-kotlin-90c216a853af28b5298a52d9436f9f81995f3caf.zip
fix git username
-rw-r--r--src/main/kotlin/me/bush/illnamethislater/EventBus.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/me/bush/illnamethislater/EventBus.kt b/src/main/kotlin/me/bush/illnamethislater/EventBus.kt
index 01d90cd..13e6b48 100644
--- a/src/main/kotlin/me/bush/illnamethislater/EventBus.kt
+++ b/src/main/kotlin/me/bush/illnamethislater/EventBus.kt
@@ -51,6 +51,7 @@ class EventBus( // todo encapsulation??
/**
* doc
+ *
*/
infix fun unsubscribe(subscriber: Any) = subscribers.remove(subscriber).apply {
if (this) listeners.entries.removeIf {