Skip to content

Commit 8ddfcf2

Browse files
committed
Run formatter
1 parent bd979da commit 8ddfcf2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • backend/installfinders/launchers/epic

backend/installfinders/launchers/epic/epic.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ func FindInstallationsEpic(epicManifestsPath string, launcher string, platform c
104104
}
105105

106106
branch, err := GetEpicBranch(epicManifest.MainGameAppName)
107-
108107
if err != nil {
109108
// Some Epic installs appear to come in with a null MainGameAppName; fall back to AppName
110109
branch, err = GetEpicBranch(epicManifest.AppName)

0 commit comments

Comments
 (0)