mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	add missing semicolon
This commit is contained in:
		| @@ -545,7 +545,7 @@ describe('Sorted Set methods', function () { | |||||||
| 				assert.deepStrictEqual(scores, [0, 1.1, null]); | 				assert.deepStrictEqual(scores, [0, 1.1, null]); | ||||||
| 				done(); | 				done(); | ||||||
| 			}); | 			}); | ||||||
| 		}) | 		}); | ||||||
| 	}); | 	}); | ||||||
|  |  | ||||||
| 	describe('isSortedSetMember()', function () { | 	describe('isSortedSetMember()', function () { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user