rubocop: Layout

addresses minor changes in cops in rubocop 1.49

[skip-stages=Flakey]

Change-Id: I79503c905f59752d67391e70909e73441323faee
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/315160
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Aaron Ogata <aogata@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2023-04-04 13:51:35 -07:00
parent e99e8c0049
commit dbfff50c2d
66 changed files with 183 additions and 188 deletions

View File

@ -161,9 +161,7 @@ class AssetUserAccessLog
# us to a state where we can make claims about how far into the postgres partitions
# we've advanced, and so is allowed to zero this state out after it updates the
# global postgres state above for this shard "max_log_ids".
temp_root_account_max_log_ids: {
}
temp_root_account_max_log_ids: {}
}
output_metadatum = CanvasMetadatum.get(METADATUM_KEY, default_metadatum)
# make sure if we have prior storage without this key that

View File

@ -32,7 +32,6 @@ module Factories
end
def valid_rubric_assessment_attributes
{
}
{}
end
end

View File

@ -30,7 +30,6 @@ module Factories
end
def valid_rubric_assessment_attributes
{
}
{}
end
end

View File

@ -37,8 +37,7 @@ describe SIS::CSV::DiffGenerator do
describe "#generate_csvs" do
it "skips diffing if previous is empty" do
previous = {
}
previous = {}
current = {
course: [{ file: "courses2.csv" }],