Skip to content

Commit 3581bc5

Browse files
committed
Update Proto Files & Formatting
1 parent 175013d commit 3581bc5

File tree

4 files changed

+23
-121
lines changed

4 files changed

+23
-121
lines changed

lib/base/networking/apis/google/protobuf/empty.pb.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ class Empty extends $pb.GeneratedMessage {
5555
static Empty create() => Empty._();
5656
@$core.override
5757
Empty createEmptyInstance() => create();
58-
static $pb.PbList<Empty> createRepeated() => $pb.PbList<Empty>();
5958
@$core.pragma('dart2js:noInline')
6059
static Empty getDefault() =>
6160
_defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<Empty>(create);

lib/base/networking/apis/google/protobuf/timestamp.pb.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ class Timestamp extends $pb.GeneratedMessage with $mixin.TimestampMixin {
151151
static Timestamp create() => Timestamp._();
152152
@$core.override
153153
Timestamp createEmptyInstance() => create();
154-
static $pb.PbList<Timestamp> createRepeated() => $pb.PbList<Timestamp>();
155154
@$core.pragma('dart2js:noInline')
156155
static Timestamp getDefault() =>
157156
_defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<Timestamp>(create);

0 commit comments

Comments
 (0)