Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gerth2 committed Dec 16, 2023
1 parent e476902 commit b5ae1b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private void translateLegacyIfPresent(Path folderPath) {
var networkConfigExists = maybeNetworkSettings.exists() && maybeHwConfig.isFile();
var atflConfigExists = maybeATFLSettings.exists() && maybeATFLSettings.isFile();

var translateNeeded =
var translateNeeded =
(legacyCamConfigsExist) ||
(hwConfigExists) ||
(networkConfigExists) ||
Expand Down Expand Up @@ -154,7 +154,7 @@ private void translateLegacyIfPresent(Path folderPath) {
if(atflConfigExists){
FileUtils.deleteFile(maybeATFLSettings.toPath());
}


// Save the same config out using SQL loader
var sql = new SqlConfigProvider(getRootFolder());
Expand Down

0 comments on commit b5ae1b6

Please sign in to comment.