- lint checks completed

This commit is contained in:
2023-08-29 20:46:10 +01:00
parent e6e3a72adf
commit b81d005288
2 changed files with 93 additions and 1 deletions

View File

@@ -35,6 +35,5 @@ class InfoViewModel(
stringBuilder.append(" (+ ").append(shiftObject.breakMins).append(" minutes break)")
}
return stringBuilder.toString()
}
}