Add type/nullable hints
This commit is contained in:
parent
1224fbe688
commit
bab6dc2f75
@ -141,7 +141,7 @@ internal sealed class DropboxQueue : IDisposable
|
||||
{
|
||||
var parsedItems = arguments.Split(' ')
|
||||
.Select(x => x.Split(':'))
|
||||
.Select(x =>
|
||||
.Select<string[], (string, NeededItem?)>(x =>
|
||||
{
|
||||
if (x.Length != 2)
|
||||
return ($"Unable to parse {string.Join(" ", x)}.", null);
|
||||
|
Loading…
Reference in New Issue
Block a user