Skip to content

Commit 9d24c32

Browse files
committed
format
1 parent 508efd5 commit 9d24c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/Microsoft.AutoGen/Agents/Services/Orleans/IRegistryGrain.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ public interface IRegistryGrain : IGrainWithIntegerKey
1212
ValueTask AddWorker(IGateway worker);
1313
ValueTask UnregisterAgentType(string type, IGateway worker);
1414
ValueTask<IGateway?> GetCompatibleWorker(string type);
15-
}
15+
}

0 commit comments

Comments
 (0)