From 8441d5e87bbbeade946491a632af96b59de86c92 Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Wed, 22 Oct 2014 21:37:50 +0200 Subject: [PATCH] Add missing newline at end of file --- SwiftShellTests/Scripts/print_arguments.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftShellTests/Scripts/print_arguments.swift b/SwiftShellTests/Scripts/print_arguments.swift index 7aca452..2c1380b 100755 --- a/SwiftShellTests/Scripts/print_arguments.swift +++ b/SwiftShellTests/Scripts/print_arguments.swift @@ -2,4 +2,4 @@ import SwiftShell -println(Process.arguments) \ No newline at end of file +println(Process.arguments)