Skip to content

Commit

Permalink
Add bages
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Shavelev committed Nov 9, 2019
1 parent 3d14f70 commit f8e2e4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<p align="left">
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/Swift-5.1-orange" alt="Swift-5.1" /></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green" alt="license-MIT" /></a>
</p>

# ThreadSpecific

A description of this package.
2 changes: 0 additions & 2 deletions Tests/ThreadSpecificTests/ThreadSpecificTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ final class ThreadSpecificTests: XCTestCase {
valueOwner.eraseValue()
XCTAssertNil(weakReferenceToValue)
}


}

public class Termometer {
Expand Down

0 comments on commit f8e2e4b

Please sign in to comment.