Skip to content

Commit

Permalink
style: reformat (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomaash authored Feb 16, 2023
1 parent a9ae1bf commit 5a83a17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/network/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,8 @@ <h2 id="methods">Methods</h2>
<td class="midMethods">Returns: none</td>
<td>
Set the options. All available options can be found in the modules
above. Each module requires its own container with the module
name to contain its options.
above. Each module requires its own container with the module name
to contain its options.
</td>
</tr>
<tr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class CentralGravitySolver {
* @param {number} distance
* @param {number} dx
* @param {number} dy
* @param {object<Node.id, vis.Node>} forces
* @param {Object<Node.id, vis.Node>} forces
* @param {Node} node
* @private
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ForceAtlas2BasedCentralGravitySolver extends CentralGravitySolver {
* @param {number} distance
* @param {number} dx
* @param {number} dy
* @param {object<Node.id, Node>} forces
* @param {Object<Node.id, Node>} forces
* @param {Node} node
* @private
*/
Expand Down

0 comments on commit 5a83a17

Please sign in to comment.