Skip to content

Commit 29e05ee

Browse files
committed
fix: lint fixes
1 parent 56ed338 commit 29e05ee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

internal/cli/skills.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,10 @@ func runSkillsUpdate(_ *cli) error {
322322

323323
now := time.Now()
324324
updatedLock := &skills.Lock{
325-
Repo: skillsPluginRepo,
326-
Ref: skillsPluginRef,
327-
CommitSHA: commitSHA,
328-
InstalledAt: func() time.Time {
325+
Repo: skillsPluginRepo,
326+
Ref: skillsPluginRef,
327+
CommitSHA: commitSHA,
328+
InstalledAt: func() time.Time {
329329
if lock != nil {
330330
return lock.InstalledAt
331331
}

0 commit comments

Comments
 (0)