Skip to content

Commit

Permalink
[NFC] Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianoPAlmeida committed Mar 2, 2024
1 parent 30f3ced commit 994a0b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion Sources/variable-injector/Core/CommandLine/Tool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public struct VariableInjectorTool: ParsableCommand {

public func run() throws {
//Separator
let printSeparator = "=" * 70
let printSeparator = String(repeating: "=", count: 70)
// Logger
let logger = isVerbose ? Logger() : nil

Expand Down
16 changes: 0 additions & 16 deletions Sources/variable-injector/Core/Extensions/String+Extensions.swift

This file was deleted.

0 comments on commit 994a0b2

Please sign in to comment.