Skip to content

Commit

Permalink
PIP8 alignment
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
  • Loading branch information
adamdmharvey committed Mar 17, 2021
1 parent 2ef9ac9 commit 9b3a205
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const DefaultEntityPage = ({ entity }: { entity: Entity }) => (
Here is an example of Python code:

```python
def getUsersInGroup( targetGroup, secure = False ):
def getUsersInGroup(targetGroup, secure=False):

if __debug__:
print ('targetGroup=[' + targetGroup + ']')
print('targetGroup=[' + targetGroup + ']')
```

0 comments on commit 9b3a205

Please sign in to comment.