Skip to content

Commit 6127cdf

Browse files
authored
Update Main.kt
1 parent 8072e0e commit 6127cdf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/kotlin/id/walt/idp/Main.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ import id.walt.webwallet.backend.context.WalletContextManager
1212
fun main(args: Array<String>) {
1313
ServiceMatrix("service-matrix.properties")
1414
ServiceRegistry.registerService<ContextManager>(WalletContextManager)
15+
16+
System.out.println("------------------------------------------------------------\n")
17+
System.out.println("------------------------------------------------------------\n")
18+
System.out.println("------------------------------------------------------------\n")
19+
System.out.println("------------------------------------------------------------\n")
20+
System.out.println("------------------------------------------------------------\n")
21+
System.out.println("------------------------------------------------------------\n")
22+
System.out.println("------------------------------------------------------------\n")
1523

1624
IDPCmd().subcommands(
1725
RunCmd(),

0 commit comments

Comments
 (0)