diff options
author | Allan Wang <me@allanwang.ca> | 2020-02-23 16:53:50 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-02-23 16:53:50 -0800 |
commit | b4bc704c3e7c818a709db38e19292aead339f810 (patch) | |
tree | 5e48d0ac82e17e97b44a43614c33d62fcab7d686 /app/src/androidTest | |
parent | 62fb124f5dcfad66e700e9f27161d41bb0e0aa3c (diff) | |
download | frost-b4bc704c3e7c818a709db38e19292aead339f810.tar.gz frost-b4bc704c3e7c818a709db38e19292aead339f810.tar.bz2 frost-b4bc704c3e7c818a709db38e19292aead339f810.zip |
Apply spotless
Diffstat (limited to 'app/src/androidTest')
-rw-r--r-- | app/src/androidTest/kotlin/com/pitchedapps/frost/FrostTestApp.kt | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/app/src/androidTest/kotlin/com/pitchedapps/frost/FrostTestApp.kt b/app/src/androidTest/kotlin/com/pitchedapps/frost/FrostTestApp.kt index 528ff2a4..2931a30c 100644 --- a/app/src/androidTest/kotlin/com/pitchedapps/frost/FrostTestApp.kt +++ b/app/src/androidTest/kotlin/com/pitchedapps/frost/FrostTestApp.kt @@ -1,3 +1,19 @@ +/* + * Copyright 2020 Allan Wang + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ package com.pitchedapps.frost import android.app.Application @@ -39,4 +55,4 @@ class FrostTestApp : Application() { } } } -}
\ No newline at end of file +} |