Skip to content

Commit

Permalink
Minor formatting nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Sep 20, 2016
1 parent 4129970 commit 6ed9c6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gl_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ pub struct GLContext<Native> {
}

impl<Native> GLContext<Native>
where Native: NativeGLContextMethods {
where Native: NativeGLContextMethods
{
pub fn create(shared_with: Option<&Native::Handle>) -> Result<GLContext<Native>, &'static str> {
let native_context = try!(Native::create_shared(shared_with));
try!(native_context.make_current());
Expand Down

0 comments on commit 6ed9c6e

Please # to comment.