diff --git a/CurrentDevice/ICurrentDeviceService.cs b/CurrentDevice/ICurrentDeviceService.cs index fe293bf..39be0d8 100644 --- a/CurrentDevice/ICurrentDeviceService.cs +++ b/CurrentDevice/ICurrentDeviceService.cs @@ -166,5 +166,5 @@ public interface ICurrentDeviceService /// !KEEP IN MIND! The user agent can be changed by the user or by the browser itself to something different to protect the user's privacy. /// /// - internal class Documentation { } + internal class Documentation; }