Skip to content

Commit

Permalink
Run swift-format to format codes
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWong12 committed Oct 10, 2023
1 parent 280fc3e commit 657f2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SwiftParserCLI/Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-tools-version:5.7

import PackageDescription
import Foundation
import PackageDescription

let package = Package(
name: "SwiftParserCLI",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
//
//===----------------------------------------------------------------------===//

import InstructionCounter
import ArgumentParser
import Foundation
import InstructionCounter
import SwiftParser
import SwiftSyntax

Expand Down

0 comments on commit 657f2e1

Please sign in to comment.