Skip to content

Commit

Permalink
fix typo in javadoc comment for SQL_FORMATTER_INDENT_TYPE (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Dec 18, 2020
2 parents 75fdd3e + 275138c commit 11c2cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
## [Unreleased]
### Changed
* Update default ktfmt from 0.16 to 0.18 ([#748](https://github.com/diffplug/spotless/issues/748))
* fix typo in javadoc comment for SQL\_FORMATTER\_INDENT\_TYPE ([#753](https://github.com/diffplug/spotless/pull/753))

## [2.10.2] - 2020-11-16
### Fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016 DiffPlug
* Copyright 2016-2020 DiffPlug
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -43,7 +43,7 @@ public class DBeaverSQLFormatterConfiguration {
*/
private static final String SQL_FORMATTER_STATEMENT_DELIMITER = "sql.formatter.statement.delimiter";
/**
* space or tag
* space or tab
*/
private static final String SQL_FORMATTER_INDENT_TYPE = "sql.formatter.indent.type";
/**
Expand Down

0 comments on commit 11c2cb9

Please # to comment.