Skip to content

Commit 4645b58

Browse files
committed
Fixing more failure
Signed-off-by: Surbhi Kakarya <surbhi@edera.dev>
1 parent beb78e3 commit 4645b58

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

protect/control/v1/common.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -534,12 +534,12 @@ message OciRegistryAuthentication {
534534
}
535535

536536
message PciDevice {
537-
PciDeviceState state = 1;
537+
PciDeviceState state = 1;
538538
}
539539

540540
enum PciDeviceState {
541-
CLEAN = 0;
542-
DIRTY = 1;
543-
SCRUB = 2;
544-
BUSY = 3;
541+
CLEAN = 0;
542+
DIRTY = 1;
543+
SCRUB = 2;
544+
BUSY = 3;
545545
}

0 commit comments

Comments
 (0)