Skip to content

Commit f2dc5db

Browse files
authored
chore: code fmt (#3)
* chore: code fmt * chore: update dependencies and remove unused patches
1 parent 325771b commit f2dc5db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub enum HyperCallCode {
9494
///
9595
/// - `Ok(0)` on success
9696
/// - `Err(_)` if the hypervisor cannot be disabled
97-
HypervisorDisable = 0,
97+
HypervisorDisable = 0,
9898

9999
/// Prepare to disable the hypervisor.
100100
///
@@ -116,7 +116,7 @@ pub enum HyperCallCode {
116116
/// # Warning
117117
///
118118
/// This hypercall should not be used in production environments.
119-
HyperVisorDebug = 2,
119+
HyperVisorDebug = 2,
120120

121121
/// Publish an IVC (Inter-VM Communication) shared memory channel.
122122
///
@@ -134,7 +134,7 @@ pub enum HyperCallCode {
134134
///
135135
/// - `Ok(0)` on success, with the shared memory info written to the provided pointers
136136
/// - `Err(_)` if the channel cannot be created
137-
HIVCPublishChannel = 3,
137+
HIVCPublishChannel = 3,
138138

139139
/// Subscribe to an IVC shared memory channel.
140140
///
@@ -152,7 +152,7 @@ pub enum HyperCallCode {
152152
///
153153
/// - `Ok(0)` on success, with the shared memory info written to the provided pointers
154154
/// - `Err(_)` if subscription fails (e.g., channel not found)
155-
HIVCSubscribChannel = 4,
155+
HIVCSubscribChannel = 4,
156156

157157
/// Unpublish an IVC shared memory channel.
158158
///

0 commit comments

Comments
 (0)