From 0877c60c00913ca0e7f1d4994f65276fbd8ccb58 Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Mon, 24 Oct 2016 17:58:49 +0100 Subject: [PATCH] Reverted main file. --- explorer/src/main/kotlin/com/r3corda/explorer/Main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/src/main/kotlin/com/r3corda/explorer/Main.kt b/explorer/src/main/kotlin/com/r3corda/explorer/Main.kt index 70d30a05b1..a2bc2e9797 100644 --- a/explorer/src/main/kotlin/com/r3corda/explorer/Main.kt +++ b/explorer/src/main/kotlin/com/r3corda/explorer/Main.kt @@ -57,4 +57,4 @@ class Main : App() { } }).start() } -} +} \ No newline at end of file