Skip to content

Commit

Permalink
chore: Apply format to the XML source
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Oct 15, 2024
1 parent c4cf8a5 commit df41963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebDriverAgentMac/WebDriverAgentLib/Utilities/FBXPath.m
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ + (nullable NSString *)xmlStringWithRootElement:(XCUIElement *)root
return nil;
}

return [self xmlRepresentationWithRootElement:snapshot].XMLString;
return [[self xmlRepresentationWithRootElement:snapshot] XMLStringWithOptions:NSXMLNodePrettyPrint];
}

+ (NSArray<XCUIElement *> *)matchesWithRootElement:(XCUIElement *)root
Expand Down

0 comments on commit df41963

Please sign in to comment.