Skip to content

Commit 27a3dfe

Browse files
committed
Formata código
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
1 parent b397c67 commit 27a3dfe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/example/App.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import java.sql.SQLException;
55

66
public class App {
7-
87
public static void main(String[] args){
98
System.out.println();
109
System.out.println("Aplicação Java de Exemplo\n");
@@ -26,5 +25,4 @@ public static void listarEstados() {
2625
System.out.println("Erro: " + e.getMessage());
2726
}
2827
}
29-
3028
}

0 commit comments

Comments
 (0)