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

Whitespace only commit

parent e198d37f
......@@ -210,7 +210,7 @@ namespace NLuaTest
lua.DoString ("struct=TestStruct(2)");
lua.DoString ("test.Struct = struct");
lua.DoString ("val=test.Struct.val");
Assert.AreEqual (2.0d, (double)lua ["val"]);
Assert.AreEqual (2.0d, (double)lua ["val"]);
}
}
......
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