ci: format
This commit is contained in:
parent
a04702d87c
commit
488260f769
1 changed files with 1 additions and 4 deletions
|
|
@ -7,10 +7,7 @@ local state = require('cp.state')
|
||||||
function M.set(platform)
|
function M.set(platform)
|
||||||
platform = platform or state.get_platform()
|
platform = platform or state.get_platform()
|
||||||
if not platform then
|
if not platform then
|
||||||
logger.log(
|
logger.log('No platform specified. Usage: :CP credentials set <platform>', vim.log.levels.ERROR)
|
||||||
'No platform specified. Usage: :CP credentials set <platform>',
|
|
||||||
vim.log.levels.ERROR
|
|
||||||
)
|
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue