Skip to content

Commit

Permalink
Fix markdownlint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ogolovatyi authored and ogolovatyi committed Apr 18, 2019
1 parent 9162c79 commit 567903f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/server-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ With the feature on additional information is logged for HTTP requests: caller i
URL, client and user information:

<!-- markdownlint-disable MD040 -->
<!-- markdownlint-disable MD013 -->
```
2019-04-17,15:20:37 [INFO] (evaluation_plane_handler.py:evaluation_plane_handler:86): ::1 calls POST http://localhost:9004/evaluate, Client: Postman for manual testing, Tableau user: ogolovatyi, TabPy user: user1
function to evaluate=def _user_script(tabpy, _arg1, _arg2):
Expand All @@ -145,4 +146,5 @@ function to evaluate=def _user_script(tabpy, _arg1, _arg2):
res.append(_arg1[i] * _arg2[i])
return res
```
<!-- markdownlint-enable MD013 -->
<!-- markdownlint-enable MD040 -->

0 comments on commit 567903f

Please sign in to comment.