X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=plugins%2FDefaultPage.cs;fp=plugins%2FDefaultPage.cs;h=3de24108750161d11c0b2c1aab9ded4626f8551e;hb=1bff29702cf8ce8c1952d22243e4dc7a9df74105;hp=9d8913ddfcec96387121a654be3977419b93b490;hpb=83b79eb23390beda1fb04b00be48351fcf1b98af;p=WebThing.git diff --git a/plugins/DefaultPage.cs b/plugins/DefaultPage.cs index 9d8913d..3de2410 100644 --- a/plugins/DefaultPage.cs +++ b/plugins/DefaultPage.cs @@ -2,11 +2,11 @@ using System; using bytex64.WebThing; public class Plugin { - public Plugin(WebThing wt) { - if (wt.Arguments.Length > 0) { - wt.OpenUri(wt.Arguments[0]); - } else { - wt.OpenUri("http://dominionofawesome.com/"); - } - } + public Plugin(WebThing wt) { + if (wt.Arguments.Length > 0) { + wt.OpenUri(wt.Arguments[0]); + } else { + wt.OpenUri("http://dominionofawesome.com/"); + } + } }