Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Oct 19, 2024
1 parent be2d596 commit 12cab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SVNBuddy/Repository/RevisionLog/RepositoryFiller.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ protected function propagateRevisionLastSeen($path, $revision)
$this->databaseCache->setIntoCache('Paths', $update_path_hash . '/' . __METHOD__, $fields_hash);
$to_update[$update_path_hash] = $fields_hash;
}
};
}

return $to_update;
}
Expand Down

0 comments on commit 12cab7d

Please # to comment.