diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-04-15 20:56:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-15 20:56:51 +0200 |
commit | 9c74df5bb4f41c938a4f6942492f5ce92b0ef371 (patch) | |
tree | ca2ce7a122e3b139cbee7532e654844bac2b6990 /src/libstore/derivations.cc | |
parent | 4e0804c920558575a4b3486df1e595445bf67555 (diff) |
Format
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
Co-authored-by: John Ericson <git@JohnEricson.me>
Diffstat (limited to 'src/libstore/derivations.cc')
-rw-r--r-- | src/libstore/derivations.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/derivations.cc b/src/libstore/derivations.cc index 9948862e5..7eb5cd275 100644 --- a/src/libstore/derivations.cc +++ b/src/libstore/derivations.cc @@ -314,7 +314,7 @@ Derivation parseDerivation(const Store & store, std::string && s, std::string_vi /** - * Print a derivation string literal to an std::string. + * Print a derivation string literal to an `std::string`. * * This syntax does not generalize to the expression language, which needs to * escape `$`. |