Auto formatted all files.

This commit is contained in:
Tom Hicks
2021-06-25 17:41:53 -07:00
parent 76535d56f2
commit 5533c03f07
12 changed files with 61 additions and 63 deletions

View File

@@ -4,7 +4,7 @@ import android.util.Log;
public class Logger {
public static final String LOG_TAG = "MonsterCards";
public static void logUnimplementedMethod() {
Exception ex = new Exception();
StackTraceElement[] stackTrace = ex.getStackTrace();