Skip to content

Commit 26b8758

Browse files
committed
Fix indentation in code block
1 parent 75424f3 commit 26b8758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/analyzing-data-flow-in-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Then we can make the source more specific, for example an access to a parameter.
122122

123123
.. code-block:: ql
124124
125-
import go
125+
import go
126126
127127
from Function osOpen, CallExpr call, Parameter p
128128
where

0 commit comments

Comments
 (0)