Update ButtonTest1.cs
authorJay Cho <chojoong@gmail.com>
Tue, 5 Jun 2018 08:48:39 +0000 (17:48 +0900)
committerGitHub <noreply@github.com>
Tue, 5 Jun 2018 08:48:39 +0000 (17:48 +0900)
test/ElmSharp.Test/TC/ButtonTest1.cs

index ab39a61..90cca3b 100644 (file)
@@ -87,6 +87,5 @@ namespace ElmSharp.Test
             button4.Resize(500, 100);
             button4.Move(0, 600);
         }
-
     }
 }