aboutsummaryrefslogtreecommitdiff
path: root/HTTPFile.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-02 14:40:35 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-02 14:40:35 +0200
commite92dba9f9798dc1eadec40f6cfc2a309bca754c0 (patch)
tree06d387f31b6f37808c67b7aaecc92f89ff73fe7f /HTTPFile.cpp
parentb21fa63c33e5a3b5923b94d93c25df0817a36b6f (diff)
parent9577412d9ea70d02aa212b27d89567e41d7ce8f5 (diff)
fix merge conflicts
Diffstat (limited to 'HTTPFile.cpp')
-rw-r--r--HTTPFile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/HTTPFile.cpp b/HTTPFile.cpp
index a1d9185..d488ab0 100644
--- a/HTTPFile.cpp
+++ b/HTTPFile.cpp
@@ -7,7 +7,6 @@ HTTPFile HTTPFile::instance(protocol);
void HTTPFile::open(const std::string url) {
_res = cpr::Get(cpr::Url{url});
-
}
void HTTPFile::close() { }