Skip to content

Commit 1999ab4

Browse files
committed
Fix formatting issues
1 parent dc13192 commit 1999ab4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • src/main/java/com/thealgorithms/others

src/main/java/com/thealgorithms/others/Trie.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,7 @@ public static void main(String[] args) {
171171
* No fixed 10-20 word limitation.
172172
*/
173173

174-
String[] words = {
175-
"hello", "hell", "hel", "help", "helps", "helping", "helicopter", "car", "career", "dog"
176-
};
174+
String[] words = {"hello", "hell", "hel", "help", "helps", "helping", "helicopter", "car", "career", "dog"};
177175

178176
// Dynamically insert all words
179177
for (String word : words) {

0 commit comments

Comments
 (0)