Skip to content

Commit 27f7ae6

Browse files
committed
style: replace word
1 parent ad8c38d commit 27f7ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/monitor/src/client/monitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ mod tests {
124124
assert_eq!(
125125
status.borrow().clone(),
126126
DeploymentStatus {
127-
synced: synced,
127+
synced,
128128
health: health.to_string()
129129
}
130130
);

0 commit comments

Comments
 (0)