mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
spacing
This commit is contained in:
parent
172a83d22a
commit
c941803861
1 changed files with 1 additions and 1 deletions
|
@ -99,6 +99,7 @@ struct ErrPos {
|
|||
};
|
||||
|
||||
std::optional<LinesOfCode> getCodeLines(const ErrPos & errPos);
|
||||
|
||||
void printCodeLines(std::ostream & out,
|
||||
const std::string & prefix,
|
||||
const ErrPos & errPos,
|
||||
|
@ -106,7 +107,6 @@ void printCodeLines(std::ostream & out,
|
|||
|
||||
void printAtPos(const ErrPos & pos, std::ostream & out);
|
||||
|
||||
|
||||
struct Trace {
|
||||
std::optional<ErrPos> pos;
|
||||
hintformat hint;
|
||||
|
|
Loading…
Reference in a new issue