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)
|
||||
platform = platform or state.get_platform()
|
||||
if not platform then
|
||||
logger.log(
|
||||
'No platform specified. Usage: :CP credentials set <platform>',
|
||||
vim.log.levels.ERROR
|
||||
)
|
||||
logger.log('No platform specified. Usage: :CP credentials set <platform>', vim.log.levels.ERROR)
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue