From ff3bda8cfe934716224618d9d3b6c54c11986e4d Mon Sep 17 00:00:00 2001 From: tinder-emanharoutunian Date: Mon, 13 Nov 2023 11:02:39 -0800 Subject: [PATCH] Format comment link for quick help --- Tests/LayoutTests/Support/Device.swift | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Tests/LayoutTests/Support/Device.swift b/Tests/LayoutTests/Support/Device.swift index d9eb769a..6145ab87 100644 --- a/Tests/LayoutTests/Support/Device.swift +++ b/Tests/LayoutTests/Support/Device.swift @@ -65,13 +65,12 @@ internal enum Device: CustomStringConvertible { ] } - // Used to avoid a bug causing invalid snapshots on devices with a home button. - // - // May be removed and replaced with `allTestDevices` once snapshot issue is fixed. - // - // Links: - // https://github.com/pointfreeco/swift-snapshot-testing/issues/750 - // https://github.com/pointfreeco/swift-snapshot-testing/pull/757 + /// Used to avoid a bug causing invalid snapshots on devices with a home button. + /// + /// May be removed and replaced with `allTestDevices` once snapshot issue is fixed. + /// + /// See filed [issue](https://github.com/pointfreeco/swift-snapshot-testing/issues/750) and + /// [pull request](https://github.com/pointfreeco/swift-snapshot-testing/pull/757) for more information. internal static var modernLandscapeTestDevices: [Self] { [ .iPhoneX(.landscape),