Skip to content

Commit

Permalink
Fix unnecessary newline to keep cargo fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
steele committed Nov 9, 2019
1 parent b81f31b commit c748fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/included_service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pub mod pb {
// Ensure that an RPC service, defined before including a file that defines
// another service in a different protocol buffer package, is not incorrectly
// cleared from the context of its package.
type _Test = dyn pb::server::TopService;
type _Test = dyn pb::server::TopService;

0 comments on commit c748fb2

Please sign in to comment.