mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
spacing
This commit is contained in:
parent
14227aeb32
commit
a168224464
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ std::optional<LinesOfCode> getCodeLines(const ErrPos &errPos)
|
||||||
int pl = errPos.line - 1;
|
int pl = errPos.line - 1;
|
||||||
|
|
||||||
LinesOfCode loc;
|
LinesOfCode loc;
|
||||||
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
std::getline(iss, line);
|
std::getline(iss, line);
|
||||||
|
|
Loading…
Reference in a new issue