Skip to content

Commit 903e208

Browse files
committed
Run swiftformat
strict-concurrency
1 parent 525732a commit 903e208

29 files changed

+29
-29
lines changed

Examples/Sources/SwiftCommand/RunCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RunCommand.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2023 MFB Technologies, Inc. All rights reserved.
4+
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
55
//
66
// This source code is licensed under the MIT license found in the
77
// LICENSE file in the root directory of this source tree.

Examples/Sources/SwiftCommand/SwiftCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SwiftCommand.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2023 MFB Technologies, Inc. All rights reserved.
4+
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
55
//
66
// This source code is licensed under the MIT license found in the
77
// LICENSE file in the root directory of this source tree.

Examples/Sources/SwiftCommand/TestCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// TestCommand.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2023 MFB Technologies, Inc. All rights reserved.
4+
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
55
//
66
// This source code is licensed under the MIT license found in the
77
// LICENSE file in the root directory of this source tree.

Examples/Sources/SwiftCommand/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// main.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2023 MFB Technologies, Inc. All rights reserved.
4+
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
55
//
66
// This source code is licensed under the MIT license found in the
77
// LICENSE file in the root directory of this source tree.

Sources/ArgumentEncoding/ArgumentGroup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ArgumentGroup.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2023 MFB Technologies, Inc. All rights reserved.
4+
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
55
//
66
// This source code is licensed under the MIT license found in the
77
// LICENSE file in the root directory of this source tree.

Sources/ArgumentEncoding/CaseConverter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// CaseConverter.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2023 MFB Technologies, Inc. All rights reserved.
4+
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
55
//
66
// This source code is licensed under the MIT license found in the
77
// LICENSE file in the root directory of this source tree.

Sources/ArgumentEncoding/Command.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Command.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2023 MFB Technologies, Inc. All rights reserved.
4+
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
55
//
66
// This source code is licensed under the MIT license found in the
77
// LICENSE file in the root directory of this source tree.

Sources/ArgumentEncoding/CommandRepresentable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// CommandRepresentable.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2023 MFB Technologies, Inc. All rights reserved.
4+
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
55
//
66
// This source code is licensed under the MIT license found in the
77
// LICENSE file in the root directory of this source tree.

Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// DecoderUserInfo+OptionHelpers.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2023 MFB Technologies, Inc. All rights reserved.
4+
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
55
//
66
// This source code is licensed under the MIT license found in the
77
// LICENSE file in the root directory of this source tree.

Sources/ArgumentEncoding/DecoderUserInfo+OptionSetHelpers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// DecoderUserInfo+OptionSetHelpers.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2023 MFB Technologies, Inc. All rights reserved.
4+
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
55
//
66
// This source code is licensed under the MIT license found in the
77
// LICENSE file in the root directory of this source tree.

0 commit comments

Comments
 (0)