Skip to content

Commit

Permalink
Merge pull request #1046 from nextcloud/dependabot/gradle/com.diffplu…
Browse files Browse the repository at this point in the history
…g.spotless-6.14.0

Bump com.diffplug.spotless from 6.12.0 to 6.14.0
  • Loading branch information
AlvaroBrey authored Jan 27, 2023
2 parents 7d0b5b6 + e93ce10 commit 3a8dbb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[*.{kt,kts}]
ij_kotlin_allow_trailing_comma = false
ij_kotlin_allow_trailing_comma_on_call_site = false
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
}

plugins {
id "com.diffplug.spotless" version "6.12.0"
id "com.diffplug.spotless" version "6.14.0"
}

apply plugin: 'com.android.library'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ enum class StatusType(val string: String) {
AWAY("away"),

@SerializedName("invisible")
INVISIBLE("invisible");
INVISIBLE("invisible")
}

0 comments on commit 3a8dbb3

Please sign in to comment.