Skip to content

Commit

Permalink
Update photon-core/src/main/java/org/photonvision/common/configuratio…
Browse files Browse the repository at this point in the history
…n/ConfigManager.java

Co-authored-by: Jade <spacey-sooty@proton.me>
  • Loading branch information
Alextopher and spacey-sooty authored Sep 29, 2024
1 parent 9453331 commit 560dfa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static ConfigManager getInstance() {
case LEGACY ->
INSTANCE = new ConfigManager(rootFolder, new LegacyConfigProvider(rootFolder));
case ATOMIC_ZIP -> {
// TODO: Not done yet, fall through
// TODO: Not done yet
}
}
}
Expand Down

0 comments on commit 560dfa5

Please sign in to comment.