Skip to content

Commit

Permalink
Run swift format
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal authored and github-actions[bot] committed Feb 24, 2023
1 parent b720d97 commit fdc444d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/MarkdownUITests/MarkdownContentTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ final class MarkdownContentTests: XCTestCase {
XCTAssertEqual(
MarkdownContent {
TextTable {
TextTableColumn(title: "Default", value: \Array<String>.[0])
TextTableColumn(title: "Default", value: \[String].[0])
TextTableColumn(alignment: .leading, title: "Leading", value: \.[1])
TextTableColumn(alignment: .center, title: "Center", value: \.[2])
TextTableColumn(alignment: .trailing, title: "Trailing", value: \.[3])
Expand Down

0 comments on commit fdc444d

Please sign in to comment.