summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKozoriz <kozorizandriy@gmail.com>2016-12-05 08:36:08 +0200
committerKozoriz <kozorizandriy@gmail.com>2016-12-05 15:00:00 +0200
commit5ce8496c7164c341505a131e9c2b87f4f20c0ee5 (patch)
tree67453078c4c47e9f22d9d254cc0303fe62ecb0f4
parentd6a9ecbd08996820569a8452797e268155f24d4b (diff)
downloadsdl_core-5ce8496c7164c341505a131e9c2b87f4f20c0ee5.tar.gz
Fix coding style
fixed coding style in file which was not buildable.
-rw-r--r--src/components/policy/policy_external/test/sql_pt_representation_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/policy/policy_external/test/sql_pt_representation_test.cc b/src/components/policy/policy_external/test/sql_pt_representation_test.cc
index bc6249018e..ebc3080169 100644
--- a/src/components/policy/policy_external/test/sql_pt_representation_test.cc
+++ b/src/components/policy/policy_external/test/sql_pt_representation_test.cc
@@ -1095,7 +1095,7 @@ TEST(SQLPTRepresentationTest3,
Init_TryInitNotExistingDataBase_ExpectResultFail) {
// Arrange
NiceMock<policy_handler_test::MockPolicySettings> policy_settings_;
- const std::string not_existing_path = "/not/existing/path"
+ const std::string not_existing_path = "/not/existing/path";
ON_CALL(policy_settings_, app_storage_folder())
.WillByDefault(ReturnRef(not_existing_path));
SQLPTRepresentation reps;