Skip to content

Commit

Permalink
Use '//' for comments
Browse files Browse the repository at this point in the history
- to be consistent with the rest of the file
- plus SPG fix

Co-authored-by: Adrian Coveney <[email protected]>
  • Loading branch information
gregcorbett and tofu-rocketry authored May 23, 2022
1 parent 46b2771 commit 39b6bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/web_portal/components/Get_User_Principle.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ function Get_User_Principle_PI() {
}
}

# Returning null here is necessary, because parts of the API are exposed
# publically, without authentication.
// Returning null here is necessary, because parts of the API are exposed
// publicly, without authentication.
return null;
}

Expand Down

0 comments on commit 39b6bfa

Please sign in to comment.