Skip to content

Commit 3aa07ca

Browse files
author
Yehudah Asher[user]
committed
Fix not all code paths return a value error
1 parent d43d4f5 commit 3aa07ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AngleSharp.Io/ConfigurationExtensions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ public static IConfiguration WithHttpRequesters(this IConfiguration configuratio
4646
var service = new LoaderService(requesters);
4747
return configuration.With(service);
4848
}
49+
50+
return configuration;
4951
}
5052
}
5153
}

0 commit comments

Comments
 (0)