From f2941c7d59f8282d2bc3a346277338fa96027e43 Mon Sep 17 00:00:00 2001 From: YizhePKU Date: Fri, 9 Apr 2021 02:54:10 +0000 Subject: Fix formatting --- gcc/rust/parse/rust-parse-impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/rust/parse/rust-parse-impl.h b/gcc/rust/parse/rust-parse-impl.h index c14863a..9697169 100644 --- a/gcc/rust/parse/rust-parse-impl.h +++ b/gcc/rust/parse/rust-parse-impl.h @@ -4896,7 +4896,7 @@ Parser::parse_trait_type ( const_TokenPtr ident_tok = expect_token (IDENTIFIER); Identifier ident = ident_tok->get_str (); - std::vector > bounds; + std::vector> bounds; // parse optional colon if (lexer.peek_token ()->get_id () == COLON) -- cgit v1.1