Skip to content

Commit

Permalink
removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
mzorz committed Apr 15, 2020
1 parent 26d027a commit 9a514a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class FrameSaveService : Service() {
data class StorySaveResult(
var storyIndex: StoryIndex = 0,
val frameSaveResult: MutableList<FrameSaveResult> = mutableListOf()
) : Parcelable {
) : Parcelable {
fun isSuccess(): Boolean {
return frameSaveResult.all { it.resultReason == SaveSuccess }
}
Expand Down

0 comments on commit 9a514a3

Please sign in to comment.