diff options
author | Jose <jose@zeroc.com> | 2019-01-24 10:17:40 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-01-24 10:17:40 +0100 |
commit | 437cb700ac2c563b9f28080e0247cc57b716d960 (patch) | |
tree | 7c8689fd8271f24d8c84db40de14cc41a0c05a56 /csharp/src | |
parent | Fix command line argument parsing in iceboxadmin Java (diff) | |
download | ice-437cb700ac2c563b9f28080e0247cc57b716d960.tar.bz2 ice-437cb700ac2c563b9f28080e0247cc57b716d960.tar.xz ice-437cb700ac2c563b9f28080e0247cc57b716d960.zip |
Minor style fix
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/IceBox/Server.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/src/IceBox/Server.cs b/csharp/src/IceBox/Server.cs index 307ecd62faa..34553ae8c6b 100644 --- a/csharp/src/IceBox/Server.cs +++ b/csharp/src/IceBox/Server.cs @@ -87,4 +87,5 @@ public class Server return status; } } + } |