fixed: code style

This commit is contained in:
Nick Bolton 2014-02-05 16:38:03 +00:00
parent 456e56d5dc
commit aae76f612a
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
TEST(CArchInternetWindowsTests, openWebPage) TEST(CArchInternetWindowsTests, openWebPage)
{ {
CArchInternetUnix internet; CArchInternetUnix internet;
CString result = internet.get(TEST_URL); CString result = internet.get(TEST_URL);
ASSERT_EQ("Hello world!", result); ASSERT_EQ("Hello world!", result);
} }