From 5bc7557f0a4ec393cea90c99da72d85c90ad55ed Mon Sep 17 00:00:00 2001 From: Carsten Schafer Date: Thu, 31 Jul 2025 15:10:37 -0400 Subject: [PATCH] Change to force re-build for testing Signed-off-by: Carsten Schafer --- README.md | 2 +- src/VenueBroadcaster.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cffc9d413..b4b6d3702 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ the OWGW, you either need to [build it](#building) or use the [Docker version](# To build the microservice from source, please follow the instructions in [here](./BUILDING.md) ## Docker -To use the CLoudSDK deployment please follow [here](https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy) +To use the CloudSDK deployment please follow [here](https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy) #### Expected directory layout From the directory where your cloned source is, you will need to create the `certs`, `logs`, and `uploads` directories. diff --git a/src/VenueBroadcaster.h b/src/VenueBroadcaster.h index ac44d9293..ab28c6118 100644 --- a/src/VenueBroadcaster.h +++ b/src/VenueBroadcaster.h @@ -1,7 +1,6 @@ // // Created by stephane bourque on 2022-07-16. // - #pragma once #include "Poco/Notification.h" @@ -148,4 +147,4 @@ namespace OpenWifi { }; inline auto VenueBroadcaster() { return VenueBroadcaster::instance(); } -} // namespace OpenWifi \ No newline at end of file +} // namespace OpenWifi