Commit e198d37f authored by Isaac Brodsky's avatar Isaac Brodsky
Browse files

Whitespace only change

parent 3da6e77c
......@@ -218,9 +218,9 @@ namespace NLuaTest
* Tests structure creation via the default constructor
*/
[Test]
public void TestStructDefaultConstructor()
public void TestStructDefaultConstructor ()
{
using (Lua lua = new Lua())
using (Lua lua = new Lua ())
{
lua.DoString ("luanet.load_assembly('NLuaTest')");
lua.DoString ("TestStruct=luanet.import_type('NLuaTest.Mock.TestStruct')");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment