Skip to content

Commit 1a0b18d

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent ade4deb commit 1a0b18d

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

models/GuidelineManager.cfc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,5 +624,4 @@ component singleton {
624624
return "";
625625
}
626626

627-
628627
}

models/SkillManager.cfc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,12 +339,12 @@ component singleton {
339339
var reinstalled = []
340340

341341
missingBatchResult.each( ( result ) => {
342-
if ( result.keyExists( "error" ) && result.error ) return var resultSlug = result.skill.skill_slug ?: ""
342+
if ( result.keyExists( "error" ) && result.error )
343+
return var resultSlug = result.skill.skill_slug ?: ""
343344
var _mf = missingRemoteSkills.filter( ( s ) => s.slug == resultSlug )
344345
var manifestEntry = _mf.len() ? _mf.first() : {}
345-
if ( manifestEntry.isEmpty() ) return variables.print
346-
.blueLine( " ⬇️ Reinstalling: #manifestEntry.name#" )
347-
.toConsole()
346+
if ( manifestEntry.isEmpty() )
347+
return variables.print.blueLine( " ⬇️ Reinstalling: #manifestEntry.name#" ).toConsole()
348348
installRemoteSkill(
349349
directory = directory,
350350
name = manifestEntry.name,

0 commit comments

Comments
 (0)