浏览代码

Fix kotlin spotless check

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 1 年之前
父节点
当前提交
59b82b28bb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/java/com/nextcloud/client/widget/DashboardWidgetService.kt

+ 1 - 1
app/src/main/java/com/nextcloud/client/widget/DashboardWidgetService.kt

@@ -185,7 +185,7 @@ class StackRemoteViewsFactory(
         }
     }
 
-    @Suppress( "TooGenericExceptionCaught")
+    @Suppress("TooGenericExceptionCaught")
     private fun loadIcon(widgetItem: DashboardWidgetItem, remoteViews: RemoteViews) {
         val isIconSVG = Uri.parse(widgetItem.iconUrl).encodedPath!!.endsWith(".svg")
         val source: FutureTarget<Bitmap> = if (isIconSVG) {