Skip to content

Commit ee6357c

Browse files
committed
fix: removed useless content format null getter
1 parent 141ac00 commit ee6357c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/src/main/kotlin/com/openmeteo/api/common/query

lib/src/main/kotlin/com/openmeteo/api/common/query/Query.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ interface Query {
135135
/**
136136
* The requested content format.
137137
*/
138-
val format: com.openmeteo.api.common.http.ContentFormat? get() = null
138+
val format: com.openmeteo.api.common.http.ContentFormat?
139139
}
140140

141141
/**

0 commit comments

Comments
 (0)