Skip to content

Commit bac0b75

Browse files
committed
chore(model): Fix an indentation issue
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 6df96ac commit bac0b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/commonMain/kotlin/runs/repository/PackageCurationData.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ data class PackageCurationData(
3838
val declaredLicenseMapping: Map<String, String> = emptyMap(),
3939
val sourceCodeOrigins: List<SourceCodeOrigin>? = null,
4040
val labels: Map<String, String> = emptyMap()
41-
)
41+
)

0 commit comments

Comments
 (0)