Skip to content

Commit

Permalink
linting fixes -- commas where required
Browse files Browse the repository at this point in the history
  • Loading branch information
snoblenet committed Aug 3, 2024
1 parent 2bb8338 commit e16995d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/plenary/config/config_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ describe('Config', function()
mappings = {
org = {
outline_up_heading = { 'gouh' },
}
}
},
},
})

local mapping = get_normal_mode_mapping_in_org_buffer('gouh')
Expand All @@ -79,8 +79,8 @@ describe('Config', function()
mappings = {
org = {
outline_up_heading = { 'gouh' },
}
}
},
},
})

local mapping = get_normal_mode_mapping_in_org_buffer('gouh')
Expand All @@ -93,8 +93,8 @@ describe('Config', function()
mappings = {
org = {
outline_up_heading = { 'gouh', desc = 'Go To Parent Headline' },
}
}
},
},
})

local mapping = get_normal_mode_mapping_in_org_buffer('gouh')
Expand Down

0 comments on commit e16995d

Please sign in to comment.