clean tabs from osSHA256 patch (mantis 8839)

This commit is contained in:
UbitUmarov
2020-12-29 13:31:08 +00:00
parent 5acf56d20e
commit 8fa28d96f5
3 changed files with 6 additions and 8 deletions

View File

@@ -2622,11 +2622,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
builder.Append(bytes[i].ToString("x2"));
}
return builder.ToString();
}
}
}
/// <summary>
/// Get the nickname of this grid, as set in the [GridInfo] config section.
/// </summary>