From d56e777025f3bda29feaec22c125b0e7ab975e0c Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 14 Dec 2025 16:52:57 +0100 Subject: Format, make map equatable --- Tests/WmapParserTests/DependenciesParserTests.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Tests/WmapParserTests/DependenciesParserTests.swift') diff --git a/Tests/WmapParserTests/DependenciesParserTests.swift b/Tests/WmapParserTests/DependenciesParserTests.swift index 356d5d3..4911ce0 100644 --- a/Tests/WmapParserTests/DependenciesParserTests.swift +++ b/Tests/WmapParserTests/DependenciesParserTests.swift @@ -29,7 +29,8 @@ import Testing #expect(result.dependencies.count == 1) #expect( result.dependencies.first - == WmapParser.Dependency(fromComponent: "SaRcAsM", toComponent: "Seriousness.", isDirected: true) + == WmapParser.Dependency( + fromComponent: "SaRcAsM", toComponent: "Seriousness.", isDirected: true) ) } -- cgit