Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit 3928e68

Browse files
committed
Remove the duplicate code
1 parent abf409c commit 3928e68

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/welovecoding/nbeditorconfig/processor/EditorConfigProcessor.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@ protected FileInfo excuteOperations(DataObject dataObject, MappedEditorConfig co
194194
fileChangeNeeded = fileChangeNeeded || trimmedWhiteSpaces;
195195
}
196196

197-
if (mappedCharset != null) {
198-
} else {
199-
info.setCharset(StandardCharsets.UTF_8);
200-
}
201-
202197
info.setFileChangeNeeded(fileChangeNeeded);
203198
info.setStyleFlushNeeded(styleFlushNeeded);
204199

0 commit comments

Comments
 (0)