Skip to content

Commit 5c79061

Browse files
committed
fix pre-commit issues
1 parent d6f0fe7 commit 5c79061

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/pages/operator/css/AccessibleRadioGroup.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
background: transparent;
196196
}
197197

198-
.accessible-radio-group.voice-move-execution-mode .accessible-radio-group__legend {
198+
.accessible-radio-group.voice-move-execution-mode
199+
.accessible-radio-group__legend {
199200
opacity: 0.7;
200-
}
201+
}

src/pages/operator/css/ActionMode.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@
155155
height: 18px;
156156
background-color: #0077ff;
157157
border-radius: 50%;
158-
}
158+
}

src/pages/operator/css/VoiceCommandAssistant.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
border-radius: 50%;
3434
animation: voice-command-assistant-spin 1s linear infinite;
3535
flex-shrink: 0;
36-
}
36+
}

src/pages/operator/tsx/static_components/AccessibleRadioGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ export function AccessibleRadioGroup({
145145
</div>
146146
</fieldset>
147147
);
148-
}
148+
}

src/pages/operator/tsx/voice/executeJointMove.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,4 +310,3 @@ export function executeMacroOnProvider(
310310
}
311311
return { ok: true, detail: `Macro "${macroName}" started.` };
312312
}
313-

src/pages/operator/tsx/voice/voiceMoveFeedback.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ export function voiceMoveFeedbackToToast(
108108
return null;
109109
}
110110
}
111-
}
111+
}

0 commit comments

Comments
 (0)