Skip to content

Commit 0f9cca6

Browse files
chore(deps): upgraded kotlin linter formatted code
1 parent c44a5ff commit 0f9cca6

File tree

5 files changed

+2921
-3890
lines changed

5 files changed

+2921
-3890
lines changed

kotlin/src/main/com/looker/rtl/ErrorDoc.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ErrorDocItem(var url: String)
3030
/** Structure of the error code document index */
3131
typealias ErrorCodeIndex = HashMap<String, ErrorDocItem>
3232

33-
interface IErrorDocLink {
33+
interface IErrorDocLink {
3434
/** base redirector url */
3535
var redirector: String
3636
/** api version of the error link */
@@ -39,9 +39,9 @@ typealias ErrorCodeIndex = HashMap<String, ErrorDocItem>
3939
var statusCode: String
4040
/** REST API Path */
4141
var apiPath: String
42-
}
42+
}
4343

44-
interface IErrorDoc {
44+
interface IErrorDoc {
4545
/** Index of all known error codes. Call load() to populate it */
4646
var index: ErrorCodeIndex?
4747

@@ -103,7 +103,7 @@ typealias ErrorCodeIndex = HashMap<String, ErrorDocItem>
103103
* @param errorMdUrl url for the error document
104104
*/
105105
fun methodName(errorMdUrl: String): String
106-
}
106+
}
107107

108108
/** Class to process Looker API error payloads and retrieve error documentation */
109109
class ErrorDoc(val sdk: APIMethods, val cdnUrl: String = ErrorCodesUrl): IErrorDoc {

0 commit comments

Comments
 (0)