Fix RuboCop linter error: Remove trailing blank line

Remove extra blank line at end of sync_job_test.rb to fix
Layout/TrailingEmptyLines violation.

Co-authored-by: jjmata <187772+jjmata@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-26 14:57:41 +00:00
parent 265458b94f
commit 99a5b50989

View File

@@ -30,4 +30,3 @@ class SyncJobTest < ActiveJob::TestCase
end
end
end