Skip to content

Commit

Permalink
Fix bad formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jchadwick-buf committed Sep 9, 2024
1 parent 628a280 commit 40d8d14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,5 @@ message StandardSharedAndCustomRuleProto2 {
// This is a workaround for https://github.com/bufbuild/buf/issues/3306.
// TODO(jchadwick-buf): Remove this when bufbuild/buf#3306 is fixed.
message SharedRulesProto2UnusedImportBugWorkaround {
optional buf.validate.shared.FieldConstraints dummy = 1;
optional buf.validate.shared.FieldConstraints dummy = 1;
}
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ message StandardSharedAndCustomRuleProto3 {
// This is a workaround for https://github.com/bufbuild/buf/issues/3306.
// TODO(jchadwick-buf): Remove this when bufbuild/buf#3306 is fixed.
message SharedRulesProto3UnusedImportBugWorkaround {
SharedRulesEdition2023UnusedImportBugWorkaround dummy_1 = 1;
SharedRulesProto2UnusedImportBugWorkaround dummy_2 = 2;
SharedRulesEdition2023UnusedImportBugWorkaround dummy_1 = 1;
SharedRulesProto2UnusedImportBugWorkaround dummy_2 = 2;
}
Original file line number Diff line number Diff line change
Expand Up @@ -303,5 +303,5 @@ message StandardSharedAndCustomRuleEdition2023 {
// This is a workaround for https://github.com/bufbuild/buf/issues/3306.
// TODO(jchadwick-buf): Remove this when bufbuild/buf#3306 is fixed.
message SharedRulesEdition2023UnusedImportBugWorkaround {
buf.validate.shared.FieldConstraints dummy = 1;
buf.validate.shared.FieldConstraints dummy = 1;
}

0 comments on commit 40d8d14

Please sign in to comment.