Skip to content

Commit 8e0105a

Browse files
committed
formatting
1 parent b2582cc commit 8e0105a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/groovy/com/github/hauner/openapi/spring/model/datatypes/NoneDataType.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ class NoneDataType implements DataType {
4242
Set<String> getReferencedImports () {
4343
[]
4444
}
45+
4546
}

src/main/groovy/com/github/hauner/openapi/spring/model/datatypes/ObjectDataType.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ class ObjectDataType implements DataType {
7272
DataTypeConstraints getConstraints () {
7373
constraints
7474
}
75+
7576
}

0 commit comments

Comments
 (0)