From dcfe19c11b00de231ab2be9b7a22432a493656af Mon Sep 17 00:00:00 2001 From: Excellencedev Date: Tue, 30 Dec 2025 06:13:07 +0100 Subject: [PATCH] fmt --- services/repository/files/update.go | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/services/repository/files/update.go b/services/repository/files/update.go index 88a0652038..537808ee53 100644 --- a/services/repository/files/update.go +++ b/services/repository/files/update.go @@ -54,16 +54,16 @@ type ChangeRepoFile struct { // ChangeRepoFilesOptions holds the repository files update options type ChangeRepoFilesOptions struct { - LastCommitID string - OldBranch string - NewBranch string - Message string - Files []*ChangeRepoFile - Author *IdentityOptions - Committer *IdentityOptions - Dates *CommitDateOptions - Signoff bool - ForcePush bool + LastCommitID string + OldBranch string + NewBranch string + Message string + Files []*ChangeRepoFile + Author *IdentityOptions + Committer *IdentityOptions + Dates *CommitDateOptions + Signoff bool + ForcePush bool ActionsTaskID int64 }