diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-08-01 18:53:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-01 18:53:51 -0700 |
commit | f19e8dd086cd046c694a4a9a02d83827b08952b0 (patch) | |
tree | 2beb6c07804b4f527f827066f45de3ae6df4de57 /launcher/net/ApiHeaderProxy.h | |
parent | 5a9f780cf842a8def9bccf60e84ce405dc9acc32 (diff) | |
download | PrismLauncher-f19e8dd086cd046c694a4a9a02d83827b08952b0.tar.gz PrismLauncher-f19e8dd086cd046c694a4a9a02d83827b08952b0.tar.bz2 PrismLauncher-f19e8dd086cd046c694a4a9a02d83827b08952b0.zip |
Apply suggestions from code review
Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/net/ApiHeaderProxy.h')
-rw-r--r-- | launcher/net/ApiHeaderProxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/net/ApiHeaderProxy.h b/launcher/net/ApiHeaderProxy.h index 6fd3e4c1..789a6fad 100644 --- a/launcher/net/ApiHeaderProxy.h +++ b/launcher/net/ApiHeaderProxy.h @@ -27,7 +27,7 @@ namespace Net { class ApiHeaderProxy : public HeaderProxy { public: - ApiHeaderProxy() : HeaderProxy(){}; + ApiHeaderProxy() : HeaderProxy() {} virtual ~ApiHeaderProxy() = default; public: |