Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9dcecc4

Browse files
committed
fix: java code style
1 parent dc57336 commit 9dcecc4

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

‎solution/0600-0699/0676.Implement Magic Dictionary/README.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ class MagicDictionary {
223223
private Trie trie = new Trie();
224224

225225
public MagicDictionary() {
226-
227226
}
228227

229228
public void buildDict(String[] dictionary) {

‎solution/0600-0699/0676.Implement Magic Dictionary/README_EN.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ class MagicDictionary {
207207
private Trie trie = new Trie();
208208

209209
public MagicDictionary() {
210-
211210
}
212211

213212
public void buildDict(String[] dictionary) {

‎solution/0600-0699/0676.Implement Magic Dictionary/Solution.java‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class MagicDictionary {
4545
private Trie trie = new Trie();
4646

4747
public MagicDictionary() {
48-
4948
}
5049

5150
public void buildDict(String[] dictionary) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /