| commit | 37dd7e11742d7fd0d7d67813e520186625281986 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Sat Apr 25 12:51:59 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Sat Apr 25 12:51:59 2020 -0700 |
| tree | fe6679101a0709f62759a9dce0e35a8bd39b13fc | |
| parent | eba35cfce75094c0e4b459f63cc1e8ab915c10af [diff] [blame] |
Format with clang-format
diff --git a/demo-cxx/demo.h b/demo-cxx/demo.h index eea0af7..29a3ba1 100644 --- a/demo-cxx/demo.h +++ b/demo-cxx/demo.h
@@ -20,7 +20,7 @@ std::unique_ptr<ThingC> make_demo(::rust::Str appname); const std::string &get_name(const ThingC &thing); std::unique_ptr<std::vector<uint8_t>> do_thing(SharedThing state); -JsonBlob get_jb(const ::rust::Vec<uint8_t>& vec); +JsonBlob get_jb(const ::rust::Vec<uint8_t> &vec); } // namespace example } // namespace org