Skip to content

Commit cf535b0

Browse files
Googlercopybara-github
Googler
authored andcommitted
Drop superfluous parens around struct literal.
PiperOrigin-RevId: 707008199
1 parent 7af2301 commit cf535b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/src/integration_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ mod tests {
527527

528528
#[gtest]
529529
fn should_verify_predicate_as_a_method_on_an_expresion_result() -> Result<()> {
530-
verify_pred!((AStruct {}).eq_predicate_as_method(1, 1))
530+
verify_pred!(AStruct {}.eq_predicate_as_method(1, 1))
531531
}
532532

533533
struct AStruct {}

0 commit comments

Comments
 (0)