From 99a5b50989616e03ffc4d8f76933df5c9a5d4f68 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:57:41 +0000 Subject: [PATCH] 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> --- test/jobs/sync_job_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/jobs/sync_job_test.rb b/test/jobs/sync_job_test.rb index 2c375930e..d1decc73c 100644 --- a/test/jobs/sync_job_test.rb +++ b/test/jobs/sync_job_test.rb @@ -30,4 +30,3 @@ class SyncJobTest < ActiveJob::TestCase end end end -