Skip to content

Commit 6caf08e

Browse files
committed
fix: code formatting.
Signed-off-by: DivyPatel9881 <[email protected]>
1 parent 514fa2a commit 6caf08e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

casbin/internal_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ bool Enforcer :: removePolicies(string sec, string p_type, vector<vector<string>
120120

121121
if (this->adapter != NULL && this->auto_save) {
122122
try{
123-
dynamic_cast<BatchAdapter*>(this->adapter)->RemovePolicies(sec, p_type, rules);
123+
dynamic_cast<BatchAdapter*>(this->adapter)->RemovePolicies(sec, p_type, rules);
124124
}
125125
catch(UnsupportedOperationException e){
126126
}

casbin/model/assertion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ void Assertion :: BuildRoleLinks(RoleManager* rm) {
7777

7878
// LogUtil :: LogPrint("Role links for: " + Key);
7979

80-
//this->rm->PrintRoles();
80+
// this->rm->PrintRoles();
8181
}

0 commit comments

Comments
 (0)