Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e614796

Browse filesBrowse files
committed
Format code.
1 parent 0b4ea5b commit e614796
Copy full SHA for e614796

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Collapse file

‎README.org‎

Copy file name to clipboardExpand all lines: README.org
+3-1Lines changed: 3 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,9 @@ pipeline = []
234234
**** Match
235235

236236
#+BEGIN_SRC python
237-
pipeline.append({ "$match": { "status": "A" } })
237+
pipeline.append({
238+
"$match": { "status": "A"}
239+
})
238240
#+END_SRC
239241

240242
** Run the command

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.