Skip to content

Commit

Permalink
Fix lint issues caused by previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lelutin committed Aug 18, 2024
1 parent da62bbd commit 917ea42
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions python3/vimspector/gadgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,17 +640,19 @@
},
},
'puppet-editor-services': {
'language': ['puppet'],
'language': [ 'puppet' ],
'enabled': False,
'download': {
'url': 'https://github.com/puppetlabs/puppet-editor-services/releases/download/v${version}/${file_name}',
'url': 'https://github.com/puppetlabs/puppet-editor-services/releases/'
'download/v${version}/${file_name}',
'target': 'puppet_editor_services_v${version}.tar.gz',
'format': 'tar',
},
'all': {
'version': '2.0.4',
'file_name': 'puppet_editor_services_v2.0.4.tar.gz',
'checksum': '1457c89560f041220f63ebb16f6969d901617e20c9662c5126a6bf9ffe3706d0',
'checksum':
'1457c89560f041220f63ebb16f6969d901617e20c9662c5126a6bf9ffe3706d0',
},
'model': 'simple',
'adapters': {
Expand Down

0 comments on commit 917ea42

Please sign in to comment.