Skip to content

Commit 8cd522a

Browse files
committed
Fix lint
1 parent bf7718f commit 8cd522a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/optimizely/helpers/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ module Constants
312312
'properties' => {
313313
'attributeIds' => {
314314
'type' => 'array',
315-
'items' => { 'type' => 'string' }
315+
'items' => {'type' => 'string'}
316316
},
317317
'trafficAllocation' => {
318318
'type' => 'integer'

0 commit comments

Comments
 (0)