Skip to content

Commit 3c4083d

Browse files
LiedtkeV8-internal LUCI CQ
authored andcommitted
[protobuf] Regenerate code with consistent version
Change-Id: I13e3653837dbc4502252cbe2ac25e8b4dbb7c44f Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/9058297 Commit-Queue: Doga Yüksel <dyuksel@google.com> Reviewed-by: Doga Yüksel <dyuksel@google.com> Auto-Submit: Matthias Liedtke <mliedtke@google.com>
1 parent aa76705 commit 3c4083d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Fuzzilli/Protobuf/operations.pb.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5946,11 +5946,11 @@ public struct Fuzzilli_Protobuf_WasmRefCast: Sendable {
59465946
// methods supported on all messages.
59475947

59485948
public var type: Fuzzilli_Protobuf_WasmILType {
5949-
get {return _type ?? Fuzzilli_Protobuf_WasmILType()}
5949+
get {_type ?? Fuzzilli_Protobuf_WasmILType()}
59505950
set {_type = newValue}
59515951
}
59525952
/// Returns true if `type` has been explicitly set.
5953-
public var hasType: Bool {return self._type != nil}
5953+
public var hasType: Bool {self._type != nil}
59545954
/// Clears the value of `type`. Subsequent reads from it will return its default value.
59555955
public mutating func clearType() {self._type = nil}
59565956

0 commit comments

Comments
 (0)