From a01123ba901cad697aa9f8a377f277e367480519 Mon Sep 17 00:00:00 2001 From: "justin.fiedler" Date: Tue, 30 Jan 2024 00:07:47 +0000 Subject: [PATCH] chore: lint fix --- core/src/main/java/com/amplitude/core/Amplitude.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/amplitude/core/Amplitude.kt b/core/src/main/java/com/amplitude/core/Amplitude.kt index 4e9e4cf7..ec315995 100644 --- a/core/src/main/java/com/amplitude/core/Amplitude.kt +++ b/core/src/main/java/com/amplitude/core/Amplitude.kt @@ -227,7 +227,7 @@ open class Amplitude internal constructor( * INTERNAL METHOD! * * Sets device id immediately without waiting for build() to complete. - * + * * Note: only do this if you know what you are doing! */ protected fun setDeviceIdInternal(deviceId: String) {