Skip to content

Commit

Permalink
Fix lint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans committed Jul 26, 2023
1 parent d55f7a6 commit b0e29ce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ class EditorConfigTest {
deprecationWarning: String? = null,
propertyMapper: ((Property?, CodeStyleValue) -> String?)? = null,
) = EditorConfigProperty(
name = name,type =
name = name,
type =
PropertyType(
name,
"",
Expand Down

0 comments on commit b0e29ce

Please sign in to comment.