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
|
@ -133,7 +133,7 @@ unittest {
|
|||
|
||||
struct LockedConnection(Connection) {
|
||||
import vibe.core.task : Task;
|
||||
|
||||
|
||||
private {
|
||||
ConnectionPool!Connection m_pool;
|
||||
Task m_task;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue