mirror of
https://github.com/NixOS/nix
synced 2025-07-01 00:07:58 +02:00
prettyPrint
-> shouldPrettyPrint
This commit is contained in:
parent
a27651908f
commit
1c5f5d4291
2 changed files with 5 additions and 5 deletions
|
@ -71,7 +71,7 @@ struct PrintOptions
|
|||
/**
|
||||
* True if pretty-printing is enabled.
|
||||
*/
|
||||
inline bool prettyPrint()
|
||||
inline bool shouldPrettyPrint()
|
||||
{
|
||||
return prettyIndent > 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue