8000 Documentation/rotate jwt docublocks by Simran-B · Pull Request #11120 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Documentation/rotate jwt docublocks #11120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Feb 19, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Willi's feedback
  • Loading branch information
Simran-B authored Oct 25, 2019
commit 22e8a34ce89dae96cb0e0f4bb9ad33a221cadc79
4 changes: 1 addition & 3 deletions utils/generateExamples.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,7 @@ def analyzeFile(f, filename):


def generateSetupFunction():
print()
print("(function () {\n%s}());" % ArangoshSetup)
print()
print("\n(function () {\n%s}());\n" % ArangoshSetup)

################################################################################
### @brief generate arangosh example
Expand Down
0