Skip to content

Commit 748334b

Browse files
Fix code block linter error.
PiperOrigin-RevId: 507673459
1 parent 6dc8101 commit 748334b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tensorflow_graphics/g3doc/tensorboard.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ All keys from `camera_config` will be passed to a class with name
7878

7979
```python
8080
camera_config = {
81-
'cls': 'PerspectiveCamera',
82-
'fov': 75,
83-
'aspect': 0.9,
81+
'cls': 'PerspectiveCamera',
82+
'fov': 75,
83+
'aspect': 0.9,
8484
}
8585
...
8686
```

0 commit comments

Comments
 (0)