Skip to content

Commit

Permalink
remoed superfluous semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
HelpfulScripts committed Jun 9, 2019
1 parent f73ba96 commit 2a52ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/src/hsDatab/Data.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1>src/Data.ts</h1>
<p id=41 class="line"><span>&nbsp;&nbsp;41</span><comment>/**&nbsp;a&nbsp;JSON&nbsp;format&nbsp;data&nbsp;set,&nbsp;using&nbsp;an&nbsp;array&nbsp;of&nbsp;{name:value,&nbsp;...}&nbsp;literals*/</comment></p>
<p id=42 class="line"><span>&nbsp;&nbsp;42</span>export&nbsp;type&nbsp;DataLiteralSet&nbsp;=&nbsp;Array<any>;</p>
<p id=43 class="line"><span>&nbsp;&nbsp;43</span></p>
<p id=44 class="line"><span>&nbsp;&nbsp;44</span>interface&nbsp;TypeStruct&nbsp;{&nbsp;type:&nbsp;string;&nbsp;count:&nbsp;number;};</p>
<p id=44 class="line"><span>&nbsp;&nbsp;44</span>interface&nbsp;TypeStruct&nbsp;{&nbsp;type:&nbsp;string;&nbsp;count:&nbsp;number;}</p>
<p id=45 class="line"><span>&nbsp;&nbsp;45</span></p>
<p id=46 class="line"><span>&nbsp;&nbsp;46</span>interface&nbsp;MetaStruct&nbsp;{</p>
<p id=47 class="line"><span>&nbsp;&nbsp;47</span>&nbsp;&nbsp;&nbsp;&nbsp;name:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;string;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<comment>//&nbsp;column&nbsp;name</comment></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/data/src/hsDatab/coverage/Data.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ <h1>
/** a JSON format data set, using an array of {name:value, ...} literals*/
export type DataLiteralSet = Array&lt;any&gt;;
&nbsp;
interface TypeStruct { type: string; count: number;};
interface TypeStruct { type: string; count: number;}
&nbsp;
interface MetaStruct {
name: string; // column name
Expand Down

0 comments on commit 2a52ad5

Please sign in to comment.