diff options
Diffstat (limited to 'csharp/test/IceBox/configuration/Test.ice')
-rw-r--r-- | csharp/test/IceBox/configuration/Test.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/IceBox/configuration/Test.ice b/csharp/test/IceBox/configuration/Test.ice index e9a55bde40d..8f11f08148d 100644 --- a/csharp/test/IceBox/configuration/Test.ice +++ b/csharp/test/IceBox/configuration/Test.ice @@ -18,7 +18,7 @@ interface TestIntf { string getProperty(string name); Ice::StringSeq getArgs(); - + }; }; |