Skip to content

Commit

Permalink
Removing extra spacess from formatting.gradle
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun committed Dec 28, 2023
1 parent 820917b commit 69a41bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/formatting.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {
}
}
format 'misc', {
target '*.md', '*.gradle', '**/*.json', '**/*.yaml', '**/*.yml', '**/*.svg'
target '*.md', '**/*.gradle', '**/*.json', '**/*.yaml', '**/*.yml', '**/*.svg'

trimTrailingWhitespace()
endWithNewline()
Expand All @@ -29,4 +29,4 @@ allprojects {
target("src/*/java/**/*.java")
})
}
}
}

0 comments on commit 69a41bc

Please sign in to comment.