Skip to content

Commit

Permalink
fix include spacing error :(
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseymoore committed Jun 3, 2024
1 parent f9508d4 commit 3c81eb4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ another process is not currently accessing the realm file.
The most basic usage is to define a file size at which compaction should occur.

.. literalinclude:: /examples/generated/flutter/compact_realm_test.snippet.compact-with-callback.dart
:language: dart
:language: dart

You can define more complex logic if you need to optimize performance for
different use cases. For example, you could set a threshold for compaction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For more information about the conditions to execute in the method, see:
regardless of any configuration settings.

.. literalinclude:: /examples/generated/code/start/Compacting.snippet.compacting.swift
:language: swift
:language: swift

When you use the Swift async/await syntax to open a realm asynchronously, you can also
compact a realm in the background.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
.. literalinclude:: /examples/MissingPlaceholders/api.swift
:language: swift

- id: typescript
content: |
- id: typescript
content: |

.. literalinclude:: /examples/MissingPlaceholders/example.ts
:language: typescript
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. tabs-drivers::

tabs:
tabs:
- id: cpp-sdk
content: |

Expand Down Expand Up @@ -34,23 +34,23 @@
- id: kotlin
content: |

.. literalinclude:: /examples/generated/kotlin/Compacting.snippet.compactRealm.kt
.. literalinclude:: /examples/MissingPlaceholders/example.kt
:language: kotlin

- id: objectivec
content: |

.. literalinclude:: /examples/MissingPlaceholders/api.m
.. literalinclude:: /examples/MissingPlaceholders/example.m
:language: objectivec

- id: swift
content: |

.. literalinclude:: /examples/MissingPlaceholders/api.swift
.. literalinclude:: /examples/MissingPlaceholders/example.swift
:language: swift

- id: typescript
content: |
- id: typescript
content: |

.. literalinclude:: /examples/MissingPlaceholders/example.ts
:language: typescript
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
.. literalinclude:: /examples/generated/code/start/Compacting.snippet.async-compact.swift
:language: swift

- id: typescript
content: |
- id: typescript
content: |

.. literalinclude:: /examples/MissingPlaceholders/example.ts
:language: typescript

0 comments on commit 3c81eb4

Please sign in to comment.