Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic committed Feb 12, 2025
1 parent 54cb730 commit 0384dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/Designer/Controllers/RepositoryController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ public ActionResult ContentsZip(string org, string repository, [FromQuery] bool
.Status(appContext.Org, appContext.Repo)
.Where(f => f.FileStatus != FileStatus.DeletedFromWorkdir)
.Select(f => f.FilePath);
};
}

foreach (var changedFile in changedFiles)
{
Expand Down

0 comments on commit 0384dc7

Please sign in to comment.