Add missing curly bracket
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
using System.Net;
|
using FluentValidation;
|
||||||
using FluentValidation;
|
|
||||||
using UmlautAdaptarr.Options.ArrOptions.InstanceOptions;
|
using UmlautAdaptarr.Options.ArrOptions.InstanceOptions;
|
||||||
|
|
||||||
namespace UmlautAdaptarr.Validator;
|
namespace UmlautAdaptarr.Validator;
|
||||||
@@ -68,4 +67,5 @@ public class GlobalInstanceOptionsValidator : AbstractValidator<GlobalInstanceOp
|
|||||||
}
|
}
|
||||||
|
|
||||||
return reachable;
|
return reachable;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user