change delimiter back
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-03 19:15:54 +01:00
parent c730c2f6b9
commit 29d936dbc2
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define CONFIG_H
// String used to delimit block outputs in the status.
#define DELIMITER "|"
#define DELIMITER " | "
// Maximum number of Unicode characters that a block can output.
#define MAX_BLOCK_OUTPUT_LENGTH 500