Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
syntax = "proto3";
message Empty {
}
message MessageWithEmpty {
Empty empty = 1;
string str = 2;
};