[kotlin][client] Add new line at the end of all files (#16062)

* [kotlin][client] add new line at end of files

* [kotlin][client] add new line at end of files
This commit is contained in:
Bruno Coelho
2023-07-11 10:07:06 +01:00
committed by GitHub
parent ceb48d3af4
commit f31c2a4b17
221 changed files with 221 additions and 221 deletions

View File

@@ -1,2 +1,2 @@
rootProject.name = 'kotlin-array-simple-string-jvm-volley'
rootProject.name = 'kotlin-array-simple-string-jvm-volley'

View File

@@ -53,4 +53,4 @@ class CollectionFormats {
}
class SPACEParams : SSVParams()
}
}

View File

@@ -61,4 +61,4 @@ interface IRequestFactory {
type: Type,
responseListener: Response.Listener<T>,
errorListener: Response.ErrorListener): Request<T>
}
}