diff options
| author | Stefan Boberg <[email protected]> | 2021-10-15 11:25:16 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-10-15 11:25:35 +0200 |
| commit | 01de07426c9d923c8c0b4ef7272b5b822399c4a7 (patch) | |
| tree | a6ea0eda7316864ab63721bd10f642ad5ad57da8 /zencore | |
| parent | httpasio: implemented proper handling of query strings (diff) | |
| download | zen-01de07426c9d923c8c0b4ef7272b5b822399c4a7.tar.xz zen-01de07426c9d923c8c0b4ef7272b5b822399c4a7.zip | |
clang-format
Diffstat (limited to 'zencore')
| -rw-r--r-- | zencore/include/zencore/stats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/include/zencore/stats.h b/zencore/include/zencore/stats.h index 884bb53f6..d58435a20 100644 --- a/zencore/include/zencore/stats.h +++ b/zencore/include/zencore/stats.h @@ -223,7 +223,7 @@ private: /** Metrics for network requests - Aggregates tracking of duration, payload sizes into a single + Aggregates tracking of duration, payload sizes into a single class */ |