Remove all trailing whitespace
sed 's/[ \t]*$//' -i **/*.d
This commit is contained in:
parent
3faa5f3bdc
commit
8f89733a86
16 changed files with 114 additions and 114 deletions
|
@ -252,7 +252,7 @@ final class FileLogger : Logger {
|
|||
Format infoFormat = Format.thread;
|
||||
|
||||
/** Use escape sequences to color log output.
|
||||
|
||||
|
||||
Note that the terminal must support 256-bit color codes.
|
||||
*/
|
||||
bool useColors = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue