diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-08-30 10:45:29 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-08-31 22:36:33 +0300 |
| commit | c9962223c4fc9981fb914191fb597727a65dc147 (patch) | |
| tree | d2fea8fcd6a3b0148876e6b06a8c059f629e65c1 /mu | |
| parent | 1fe98443d0ee0e24725b43b8f4ed455b28a09854 (diff) | |
mu: cmd-label: cosmetics
Diffstat (limited to 'mu')
| -rw-r--r-- | mu/mu-cmd-label.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mu/mu-cmd-label.cc b/mu/mu-cmd-label.cc index b7814df..0b7e3bc 100644 --- a/mu/mu-cmd-label.cc +++ b/mu/mu-cmd-label.cc @@ -29,12 +29,10 @@ using namespace Mu; using namespace Labels; - - static Result<void> label_update(Mu::Store& store, const Options& opts) { - // First get our list of parse delta-label, and ensure they + // First get our list of parsed delta-label, and ensure they // are valid. DeltaLabelVec deltas{}; for (auto&& delta_label : opts.label.delta_labels) { @@ -50,7 +48,7 @@ label_update(Mu::Store& store, const Options& opts) return Err(Error{Error::Code::Query, "missing query"}); - // now run queru and apply the deltas to each. + // now run the query and apply the deltas to each. const auto query{*opts.label.query}; auto results{store.run_query(query)}; if (!results) |
