Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas committed Jan 19, 2024
1 parent 449916a commit 112be8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/record_loader/asset_shape_loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class AssetShapeLoader < ApplicationRecordLoader
# @option options [Array<Integer>] :sizes The sizes of the plates to generate Maps for
def create_or_update!(name, options)
config = { name: name }.merge(options.symbolize_keys)

# PlateMapGeneration expects a non-namespaced constant for
# description_strategy. It adds "Map::" prefix to refer to a nested
# module in the Map class. We remove this prefix in case it is given
Expand Down

0 comments on commit 112be8a

Please sign in to comment.