Skip to content
Snippets Groups Projects

Partially fixed IntelliJ warnings (#361)

Merged Christopher Konkel requested to merge stu207811/theodolite_fork:Kotlin-Warning-Fixes into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -27,4 +27,4 @@ abstract class AbstractPatcher : Patcher {
abstract fun patchSingleResource(resource: HasMetadata, value: String): HasMetadata
}
\ No newline at end of file
}
Loading