Skip to content

Commit 3316dad

Browse files
committed
style: format tracker update message with consistent line breaks
1 parent 4b9f85d commit 3316dad

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/utils/gh-sync-utils/sync-utils.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ export async function executeSyncOperations(
113113
case FileAction.UPDATE_TRACKER:
114114
// Only update the tracker hash, no file changes needed
115115
syncResult.fileHash = actionResult.localFileHash;
116-
syncResult.message = "Updated tracker hash only (local changes synced with source)";
117-
116+
syncResult.message =
117+
"Updated tracker hash only (local changes synced with source)";
118+
118119
// Update file data for tracking
119120
updatedFiles[repo][relativeLocalPath] = {
120121
hash: syncResult.fileHash,

0 commit comments

Comments
 (0)