Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32885536 authored by Colin Cross's avatar Colin Cross
Browse files

clang-format ManifestFixer_test.cpp

Fix formatting errors introduced by Iee2bd9a3981c7d4681509f18b735c6e9e6c1a336.

Test: m checkbuild
Change-Id: I5d9a4cec277e31f4124bff281bf7a52cc97f73e3
Merged-In: I10b27abb8fa8a99a41976c42c4d684b99978b4f9
parent 1b9de57f
Loading
Loading
Loading
Loading
+77 −76
Original line number Diff line number Diff line
@@ -585,7 +585,8 @@ TEST_F(ManifestFixerTest, UnexpectedElementsInManifest) {
  options.warn_validation = true;

  // Unexpected element should result in a warning if the flag is set to 'true'.
  std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options);
  std::unique_ptr<xml::XmlResource> manifest =
      VerifyWithOptions(input, options);
  ASSERT_THAT(manifest, NotNull());

  // Unexpected element should result in an error if the flag is set to 'false'.