Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hironytic committed May 6, 2024
1 parent 1a0da0e commit a8a36fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/SwiftDocCTests/Rendering/HeadingAnchorTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This source file is part of the Swift.org open source project
Copyright (c) 2021-2024 Apple Inc. and the Swift project authors
Copyright (c) 2024 Apple Inc. and the Swift project authors
Licensed under Apache License v2.0 with Runtime Library Exception
See https://swift.org/LICENSE.txt for license information
Expand All @@ -11,7 +11,7 @@
import Foundation
import XCTest
@testable import SwiftDocC
@_spi(FileManagerProtocol) import SwiftDocCTestUtilities
import SwiftDocCTestUtilities

class HeadingAnchorTests: XCTestCase {
func testEncodeHeadingAnchor() throws {
Expand Down

0 comments on commit a8a36fc

Please sign in to comment.