1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-01 00:07:58 +02:00

prettyPrint -> shouldPrettyPrint

This commit is contained in:
Rebecca Turner 2024-02-08 10:17:20 -08:00
parent a27651908f
commit 1c5f5d4291
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -71,7 +71,7 @@ struct PrintOptions
/**
* True if pretty-printing is enabled.
*/
inline bool prettyPrint()
inline bool shouldPrettyPrint()
{
return prettyIndent > 0;
}