File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -199,16 +199,14 @@ class function THorseJWTCallback.New: THorseJWTCallback;
199
199
Result := THorseJWTCallback.Create;
200
200
end ;
201
201
202
- function THorseJWTCallback.SetConfig (
203
- AConfig: THorseJWTConfig): THorseJWTCallback;
202
+ function THorseJWTCallback.SetConfig (AConfig: THorseJWTConfig): THorseJWTCallback;
204
203
begin
205
- Result := Self;
206
-
204
+ Result := Self;
207
205
if Assigned(AConfig) then
208
206
begin
209
- if Assigned(FConfig) and (FConfig <> AConfig) then
210
- FConfig.Free;
211
- FConfig := AConfig;
207
+ if Assigned(FConfig) and (FConfig <> AConfig) then
208
+ FConfig.Free;
209
+ FConfig := AConfig;
212
210
end ;
213
211
end ;
214
212
@@ -276,4 +274,4 @@ class function THorseJWTConfig.New: THorseJWTConfig;
276
274
Result := Self.Create;
277
275
end ;
278
276
279
- end .
277
+ end .
You can’t perform that action at this time.
0 commit comments