Skip to content

Commit

Permalink
style: remove redundant comma (glasskube#252)
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Schneider <jens.schneider.ac@posteo.de>
  • Loading branch information
JensAc committed Sep 6, 2023
1 parent e1e865a commit 8b1b000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ data class NextcloudAppsSpec(
val name: String,
val clientId: String,
val clientSecret: String,
val discoveryEndpoint: String,
val discoveryEndpoint: String
)
}

0 comments on commit 8b1b000

Please sign in to comment.