Skip to content

Commit c8a47b1

Browse files
committed
Fix lint
1 parent e1ae8b5 commit c8a47b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/optimizely/config/datafile_project_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def initialize(datafile, logger, error_handler)
6969
@send_flag_decisions = config.fetch('sendFlagDecisions', false)
7070
@integrations = config.fetch('integrations', [])
7171
@region = config.fetch('region', 'US')
72-
72+
7373
# Default to US region if not specified
7474
@region = 'US' if @region.nil? || @region.empty?
7575

0 commit comments

Comments
 (0)