diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-29 01:28:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 01:28:41 +0000 |
commit | d04e1fa368115718a308c123a3b9c18e6626f5f1 (patch) | |
tree | 12dd5d3698e9d644bc588b2a58e76048dad7a244 /format-common | |
parent | 251d94c9f3a9186385b5fae358e5384576ab36f2 (diff) |
fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490)
* fix(deps): update dependency com.facebook:ktfmt to v0.44
* chore: reformat with ktfmt 0.44
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'format-common')
-rw-r--r-- | format-common/build.gradle.kts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/format-common/build.gradle.kts b/format-common/build.gradle.kts index 2571a5ac..3377eb86 100644 --- a/format-common/build.gradle.kts +++ b/format-common/build.gradle.kts @@ -2,9 +2,7 @@ * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. * SPDX-License-Identifier: GPL-3.0-only */ -plugins { - id("com.github.android-password-store.kotlin-jvm-library") -} +plugins { id("com.github.android-password-store.kotlin-jvm-library") } dependencies { api(libs.kotlin.coroutines.core) |