Buffer: small style fixes
This commit is contained in:
parent
9dbc6adcda
commit
f14bc5e310
|
@ -201,7 +201,7 @@ struct Buffer::Modification
|
|||
case Erase: inverse_type = Insert; break;
|
||||
default: assert(false);
|
||||
}
|
||||
return Modification(inverse_type, position, content);
|
||||
return {inverse_type, position, content};
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user