Skip to content

Commit e157582

Browse files
committed
Bad copy/paste
Signed-off-by: Adameska <[email protected]>
1 parent a5aba3f commit e157582

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/webview/src/component/pods/PodLogs.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ const calculatePrefixLength = (): number => {
107107
};
108108
109109
/**
110-
+ * Sets up ANSI color mappings for container name prefixes in multi-container pods.
111-
+ * Cycles through available colors using modulo when there are more containers than colors.
112-
*/
110+
* Sets up ANSI color mappings for container name prefixes in multi-container pods.
111+
* Cycles through available colors using modulo when there are more containers than colors.
112+
*/
113113
const setupPrefixColours = (): void => {
114114
object.spec?.containers.forEach((container, index) => {
115115
const colour = ansi256Colours[index % ansi256Colours.length];

0 commit comments

Comments
 (0)